summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-link-initializer-02b.vert
blob: 77e3841f7f1f8758c5ebbe97533effa9e605ce5c (plain)
1
2
3
4
5
6
const float global_constant = 2.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_around2() {}