SDL has an SDL_Flip() function for swapping screen buffers.
What is the equivalent in SDL.NET? There is no Screen.Flip() method.
|
SDL has an SDL_Flip() function for swapping screen buffers. What is the equivalent in SDL.NET? There is no Screen.Flip() method.
| |||
|
feedback
|
|
It's not called Flip, it's Update:
| |||||||
feedback
|