glsl: add several EmitNo* options, and MaxUnrollIterations
[mesa.git] / src / glsl / tests / qualifier-01.glsl
1 #version 130
2 /* FAIL - inout only allowed in parameter list */
3 inout vec4 foo;