summaryrefslogtreecommitdiff
path: root/drivers/gles2/shaders/SCsub
blob: 88445f34c1aa0edafb79e2650a7d04a5bd5dc3ce (plain)
1
2
3
4
5
6
7
8
9
10
Import('env')

if env['BUILDERS'].has_key('GLSL120GLES'):
	env.GLSL120GLES('material.glsl');
	env.GLSL120GLES('canvas.glsl');
	env.GLSL120GLES('canvas_shadow.glsl');
	env.GLSL120GLES('blur.glsl');
	env.GLSL120GLES('copy.glsl');

Export('env')