add 'debug.enable-experimental' setting & add experimental vec3, vec2 optimization
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user