Tuesday, January 17, 2017

c++ - Is it safe to use Sleep() in game loop (on Windows)?


Is it safe to use Sleep() function on Windows in game loop (C++)? I want to have fixed frame rate.




No comments:

Post a Comment