SCsub 118 B

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