summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders/SCsub
blob: 628fa14e4e32ba0778e4bd3199889993903e52c0 (plain)
1
2
3
4
5
6
7
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');