blob: a13bd28a52684b1b46eb46f33cedd40ae31a1c31 (
plain)
1
2
3
4
5
6
|
float global_variable = 1.0;
/* This works around a bug in Apple's GLSL compiler. Their compiler won't allow
* a shader doesn't have any executable code.
*/
void apple_work_around1() {}
|