You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
map.RegisterParameterHelp("-fullbright", &LPARAM_fullbright, "", "start in fullbright mode");
142
149
150
+
map.RegisterParameterHelp("-enable_global_shader_file_cache", &LPARAM_disable_global_shader_file_cache, "<1/0>", "Enables or disables the global shader file cache. Disable this if you're working on shader files and need to reload them during runtime.");
143
151
map.RegisterParameterHelp("-enable_gfx_api_dump", &LPARAM_enable_gfx_api_dump, "<1/0>", "Enables or disables graphics API dump.");
144
152
map.RegisterParameterHelp("-enable_gfx_validation", &LPARAM_vk_enable_validation, "<1/0>", "Enables or disables graphics API validation.");
145
153
map.RegisterParameterHelp("-enable_gfx_diagnostics", &LPARAM_vk_enable_gfx_diagnostics, "<1/0>", "Enables or disables GPU diagnostics mode.");
0 commit comments