ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_shading_language_420pack / compiler / qualifiers / duplicate-parameter-qualifiers.vert
blob4f6a11a7bd989ed56d7a6e895c4e6ea016d12000
1 /* [config]
2  * expect_result: fail
3  * glsl_version: 1.30
4  * require_extensions: GL_ARB_shading_language_420pack
5  * [end config]
6  *
7  * From the GL_ARB_shading_language_420pack spec:
8  *
9  *     "The layout qualifier is the only qualifier that can appear more than
10  *      once."
11  */
12 #version 130
13 #extension GL_ARB_shading_language_420pack: enable
14 void a(in in float x) {}