Skip to content

Commit

Permalink
xrRender_console: Enable ultra and extreme quality settings for OpenGL.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 25, 2015
1 parent 3e48415 commit 9d9d8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Layers/xrRender/xrRender_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ xr_token qssao_token [ ]={
{ "st_opt_low", 1 },
{ "st_opt_medium", 2 },
{ "st_opt_high", 3 },
#if defined(USE_DX10) || defined(USE_DX11)
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
{ "st_opt_ultra", 4 },
#endif
{ 0, 0 }
Expand All @@ -48,7 +48,7 @@ xr_token qsun_quality_token [ ]={
{ "st_opt_low", 0 },
{ "st_opt_medium", 1 },
{ "st_opt_high", 2 },
#if defined(USE_DX10) || defined(USE_DX11)
#if defined(USE_DX10) || defined(USE_DX11) || defined(USE_OGL)
{ "st_opt_ultra", 3 },
{ "st_opt_extreme", 4 },
#endif // USE_DX10
Expand Down

0 comments on commit 9d9d8c1

Please sign in to comment.