What the screen should do every screen update If the renderer is on VSync, update may be called more than once per actual frame Can be treated as the insides of a while(true) loop
See Implementation
What the screen should do every screen update If the renderer is on VSync, update may be called more than once per actual frame Can be treated as the insides of a while(true) loop