google / xrtl

Cross-platform Real-Time Rendering Library
Apache License 2.0
128 stars 26 forks source link

Implement a better Sleep on Win32 #12

Open benvanik opened 7 years ago

benvanik commented 7 years ago

::Sleep is terrible. Need to round down and then spin for a bit to get within even the right order of magnitude.