7 lines
140 B
Python
7 lines
140 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
if "GLES3_GLSL" in env["BUILDERS"]:
|
|
env.GLES3_GLSL("canvas.glsl")
|
|
env.GLES3_GLSL("copy.glsl")
|