Files
third_party_mesa3d/tests/constructor-01.glsl
Eric Anholt 106d122318 Add PASS / FAIL annotations to tests missing them.
This tricked my import of the tests into piglit.
2010-04-02 11:22:41 -07:00

7 lines
71 B
GLSL

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