add 'grahics.advanced-render' and 'graphics.shadows-quality' settings

This commit is contained in:
MihailRis
2025-05-11 01:09:41 +03:00
parent b5253bff99
commit b272d86619
6 changed files with 28 additions and 7 deletions
+4
View File
@@ -75,6 +75,10 @@ struct GraphicsSettings {
IntegerSetting chunkMaxVerticesDense {800'000, 0, 8'000'000};
/// @brief Limit of chunk renderers count
IntegerSetting chunkMaxRenderers {6, -4, 32};
/// @brief Advanced render pipeline
FlagSetting advancedRender {true};
/// @brief Shadows quality
IntegerSetting shadowsQuality {0, 0, 2};
};
struct DebugSettings {