We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e48415 commit 9d9d8c1Copy full SHA for 9d9d8c1
src/Layers/xrRender/xrRender_console.cpp
@@ -37,7 +37,7 @@ xr_token qssao_token [ ]={
37
{ "st_opt_low", 1 },
38
{ "st_opt_medium", 2 },
39
{ "st_opt_high", 3 },
40
-#if defined(USE_DX10) || defined(USE_DX11)
+#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
41
{ "st_opt_ultra", 4 },
42
#endif
43
{ 0, 0 }
@@ -48,7 +48,7 @@ xr_token qsun_quality_token [ ]={
48
{ "st_opt_low", 0 },
49
{ "st_opt_medium", 1 },
50
{ "st_opt_high", 2 },
51
52
{ "st_opt_ultra", 3 },
53
{ "st_opt_extreme", 4 },
54
#endif // USE_DX10
0 commit comments