summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index df4b7a2..2c7ba9e 100755
--- a/run.py
+++ b/run.py
@@ -86,7 +86,7 @@ def main():
env_add = {}
env_add["shader_precompile"] = "true"
- env_add["INTEL_DEBUG"] = "vs,wm,gs"
+ env_add["INTEL_DEBUG"] = "vs,gs,fs"
env_add["allow_glsl_extension_directive_midshader"] = "true"
os.environ.update(env_add)