mesa/tests/constructor-01.glsl

4 lines
59 B
GLSL

void main()
{
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
}