2D Game Development Practice Test
2D Game Development 2D Rendering and Graphics
What is a 'draw call' in 2D game rendering?
Select your answer
A
A command sent to the GPU to render a batch of geometry
B
A function that draws a sprite in code
C
A scheduled rendering task
D
A call to load a texture from disk
Hint