mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
10 lines
241 B
Python
10 lines
241 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
if "GLES2_GLSL" in env["BUILDERS"]:
|
|
env.GLES2_GLSL("copy.glsl")
|
|
env.GLES2_GLSL("canvas.glsl")
|
|
env.GLES2_GLSL("lens_distorted.glsl")
|
|
env.Depends(Glob("*.glsl.gen.h"), "#gles_builders.py")
|