SDL has an SDL_Flip() function for sw开发者_运维技巧apping screen buffers.
What is the equivalent in SDL.NET? There is no Screen.Flip() method.
It's not called Flip, it's Update:
Video.Screen.Update();
SDL has an SDL_Flip() function for sw开发者_运维技巧apping screen buffers.
What is the equivalent in SDL.NET? There is no Screen.Flip() method.
It's not called Flip, it's Update:
Video.Screen.Update();
精彩评论