Added some convenience for setting up the win32 build env. Lowered framerate in win32 platform layer.

This commit is contained in:
Michael Smith
2019-01-15 18:32:07 +01:00
parent 37f1a18d1d
commit 0c01a876b0
4 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
const char *WindowTitle = "Ray Tracing in a Weekend";
const uint32_t TARGET_FRAME_RATE = 30;
const uint32_t TARGET_FRAME_RATE = 10;
const uint32_t TICKS_PER_FRAME = 1000 / TARGET_FRAME_RATE;
const uint32_t WINDOW_WIDTH = 500;
const uint32_t WINDOW_HEIGHT = 250;