开发者

SDL.NET SDL_Flip() equivalent

开发者 https://www.devze.com 2023-03-23 10:12 出处:网络
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:

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();
0

精彩评论

暂无评论...
验证码 换一张
取 消