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

Import('env')

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