cmake: move defaults into the per-platform section
[piglit.git] / tests / shaders / glsl-color-mvp.vert
blob0e63d53a00079e1ab7611f12ed61cafe7cff8b15
1 void main()
3         gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
4         gl_FrontColor = gl_Color;