Files
third_party_mesa3d/tests/qualifier-06.glsl

8 lines
119 B
Plaintext
Raw Normal View History

/* FAIL - in only allowed in parameter list in GLSL 1.10 */
void main()
{
in vec4 foo;
gl_Position = gl_Vertex;
}