godot/servers/visual/rasterizer/shaders/SCsub

8 lines
145 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import('env')
if 'RD_GLSL' in env['BUILDERS']:
env.RD_GLSL('canvas.glsl');
env.RD_GLSL('canvas_occlusion.glsl');