Essays about: "Batch rendering"

Found 2 essays containing the words Batch rendering.

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

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

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

    Abstract : 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. READ MORE

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

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Jakob Månsson; [2021]
    Keywords : General Purpose Graphics Processing Unit; Parallelization; Prime number; Sieve.;

    Abstract : 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. READ MORE