add 'graphics.ssao' setting

This commit is contained in:
MihailRis
2025-07-12 21:36:27 +03:00
parent 5ec9f14021
commit b04dbd5809
6 changed files with 28 additions and 8 deletions
+2
View File
@@ -77,6 +77,8 @@ struct GraphicsSettings {
IntegerSetting chunkMaxRenderers {6, -4, 32};
/// @brief Advanced render pipeline
FlagSetting advancedRender {true};
/// @brief Screen space ambient occlusion
FlagSetting ssao {true};
/// @brief Shadows quality
IntegerSetting shadowsQuality {0, 0, 3};
};