add framerate control (WIP)
This commit is contained in:
@@ -28,6 +28,8 @@ struct DisplaySettings {
|
||||
IntegerSetting height {720};
|
||||
/// @brief Anti-aliasing samples
|
||||
IntegerSetting samples {0};
|
||||
/// @brief Framerate limit
|
||||
IntegerSetting framerate {-1, -1, 120};
|
||||
/// @brief VSync on
|
||||
FlagSetting vsync {true};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user