What is the benefit of using a fixed-timestep update loop in a 2D game?
-
A
It locks the rendering frame rate to 60 FPS regardless of GPU load
-
B
It makes physics and game logic deterministic and independent of rendering frame rate
-
C
It reduces memory allocations by reusing update buffers each frame
-
D
It batches input events into a single call per second