mesa/tests/constructor-01.glsl

5 lines
59 B
Text
Raw Normal View History

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