summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/shaders/SCsub
blob: 97a3598598ff492b45552d99d8016822d4045c53 (plain)
1
2
3
4
5
6
#!/usr/bin/env python

Import('env')

if 'GLES3_GLSL' in env['BUILDERS']:
    env.GLES3_GLSL('lens_distorted.glsl');