add 'debug.enable-experimental' setting & add experimental vec3, vec2 optimization

This commit is contained in:
MihailRis
2025-08-19 01:33:20 +03:00
parent abc937769d
commit 79bb61bbbe
4 changed files with 221 additions and 0 deletions
+2
View File
@@ -90,6 +90,8 @@ struct DebugSettings {
FlagSetting generatorTestMode {false};
/// @brief Write lights cache
FlagSetting doWriteLights {true};
/// @brief Enable experimental optimizations and features
FlagSetting enableExperimental {false};
};
struct UiSettings {