You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should not be very difficult. The only thing that I know has to be changed is that a new HighResolutionTimer class will need to be added to src/timer.h, with a Windows implementation (the existing class uses clock_gettime(), which is Unix-specific). Other than that, the port will mostly be tweaks to the build system.
The text was updated successfully, but these errors were encountered:
This should not be very difficult. The only thing that I know has to be changed is that a new HighResolutionTimer class will need to be added to src/timer.h, with a Windows implementation (the existing class uses clock_gettime(), which is Unix-specific). Other than that, the port will mostly be tweaks to the build system.
The text was updated successfully, but these errors were encountered: