add 'graphics.chunk-max-vertices', 'graphics.chunk-max-renderers' settings

This commit is contained in:
MihailRis
2024-10-01 23:25:25 +03:00
parent a65cf6ed66
commit e750d90ff4
4 changed files with 11 additions and 7 deletions
+2
View File
@@ -64,6 +64,8 @@ struct GraphicsSettings {
/// @brief Enable chunks frustum culling
FlagSetting frustumCulling {true};
IntegerSetting skyboxResolution {64 + 32, 64, 128};
IntegerSetting chunkMaxVertices {1'000'000, 0, 4'000'000};
IntegerSetting chunkMaxRenderers {0, -4, 32};
};
struct DebugSettings {