mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
8 lines
118 B
Python
8 lines
118 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'GLES3_GLSL' in env['BUILDERS']:
|
|
env.GLES3_GLSL('lens_distorted.glsl');
|
|
|