cmake: move defaults into the per-platform section
[piglit.git] / tests / shaders / glsl-explicit-location-05a.vert
bloba5c2c950e2c38350f87a31716c97986317ecebc3
1 attribute vec4 vertex;
3 void main()
5         gl_Position = vertex;