mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
4428115916
-implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
Import('env')
|
|
|
|
if env['BUILDERS'].has_key('GLES3_GLSL'):
|
|
env.GLES3_GLSL('copy.glsl');
|
|
env.GLES3_GLSL('canvas.glsl');
|
|
env.GLES3_GLSL('canvas_shadow.glsl');
|
|
env.GLES3_GLSL('scene.glsl');
|
|
|