godot/modules/mobile_vr/shaders/SCsub

8 lines
118 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import('env')
if 'GLES3_GLSL' in env['BUILDERS']:
env.GLES3_GLSL('lens_distorted.glsl');