aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/examples/10.glsl/tri2fan.vert
blob: c80f1f0e1d2b54b39d2100c17bafd9da9492043d (plain)
1
2
3
4
5
6
void main()
{	
	gl_Position = gl_Vertex;
}