diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/drirc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/drirc b/src/util/drirc index c76f1ca4380..ff706d16001 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -176,6 +176,10 @@ TODO: document the other workarounds. <option name="allow_glsl_cross_stage_interpolation_mismatch" value="true"/> </application> + <application name="Google Earth VR" executable="Earth.exe"> + <option name="allow_glsl_builtin_const_expression" value="true"/> + </application> + <!-- The GL thread whitelist is below, workarounds are above. Keep it that way. --> |