summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-color-mvp.vert
blob: 0e63d53a00079e1ab7611f12ed61cafe7cff8b15 (plain)
1
2
3
4
5
6
void main()
{
	gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
	gl_FrontColor = gl_Color;
}