add framerate control

This commit is contained in:
MihailRis
2024-07-28 22:31:27 +03:00
parent a2f011fc96
commit c0ba5be458
4 changed files with 20 additions and 6 deletions
-2
View File
@@ -30,8 +30,6 @@ struct DisplaySettings {
IntegerSetting samples {0};
/// @brief Framerate limit
IntegerSetting framerate {-1, -1, 120};
/// @brief VSync on
FlagSetting vsync {true};
};
struct ChunksSettings {