ef083a583b
Modified polygon management to make it more compatible with MoltenVK
7 lines
145 B
Python
7 lines
145 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'RD_GLSL' in env['BUILDERS']:
|
|
env.RD_GLSL('canvas.glsl');
|
|
env.RD_GLSL('canvas_occlusion.glsl');
|