Sökning: "Batch rendering"

Hittade 2 uppsatser innehållade orden Batch rendering.

  1. 1. Comparative study of Batch and Instance rendering for static geometry in OpenGL

    Kandidat-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Marcus Alström; Christoffer Andersson; [2023]
    Nyckelord :Batch rendering; Instance rendering; OpenGL; Static geometry; Frame time; Batch rendering; Instance rendering; OpenGL; Statisk geometri; Frame time;

    Sammanfattning : Graphical rendering has use cases in many fields. When rendering in real time, such as in simulations or games, the time to compute each frame is of high importance. An important factor to reducing frame time is decreasing the amount of calls between the processor and graphics card. LÄS MER

  2. 2. Comparative Study of CPU and GPGPU Implementations of the Sievesof Eratosthenes, Sundaram and Atkin

    Uppsats för yrkesexamina på avancerad nivå, Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Författare :Jakob Månsson; [2021]
    Nyckelord :General Purpose Graphics Processing Unit; Parallelization; Prime number; Sieve.;

    Sammanfattning : Background. Prime numbers are integers divisible only on 1 and themselves, and one of the oldest methods of finding them is through a process known as sieving. A prime number sieving algorithm produces every prime number in a span, usually from the number 2 up to a given number n. LÄS MER