Add refresh rate to window/mode info

This commit is contained in:
Connor McLaughlin
2021-02-13 21:24:58 +10:00
parent 935c73fb6c
commit b811b78c09
2 changed files with 8 additions and 3 deletions

View File

@ -30,6 +30,7 @@ struct WindowInfo
void* window_handle = nullptr;
u32 surface_width = 0;
u32 surface_height = 0;
float surface_refresh_rate = 0.0f;
float surface_scale = 1.0f;
SurfaceFormat surface_format = SurfaceFormat::RGB8;