summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/shaders/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mobile_vr/shaders/SCsub')
-rw-r--r--modules/mobile_vr/shaders/SCsub6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/mobile_vr/shaders/SCsub b/modules/mobile_vr/shaders/SCsub
deleted file mode 100644
index 97a3598598..0000000000
--- a/modules/mobile_vr/shaders/SCsub
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-
-Import('env')
-
-if 'GLES3_GLSL' in env['BUILDERS']:
- env.GLES3_GLSL('lens_distorted.glsl');