diff options
Diffstat (limited to 'drivers/opengl/shaders/SCsub')
-rw-r--r-- | drivers/opengl/shaders/SCsub | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/opengl/shaders/SCsub b/drivers/opengl/shaders/SCsub deleted file mode 100644 index dcd8bf6030..0000000000 --- a/drivers/opengl/shaders/SCsub +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env python - -Import("env") - -if "OpenGL_GLSL" in env["BUILDERS"]: - env.OpenGL_GLSL("copy.glsl") - env.OpenGL_GLSL("canvas.glsl") - env.OpenGL_GLSL("canvas_shadow.glsl") - env.OpenGL_GLSL("scene.glsl") - env.OpenGL_GLSL("cubemap_filter.glsl") - env.OpenGL_GLSL("cube_to_dp.glsl") - env.OpenGL_GLSL("effect_blur.glsl") - env.OpenGL_GLSL("tonemap.glsl") - env.OpenGL_GLSL("lens_distorted.glsl") |