]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/block_name_conflict.glsl
Fix test case errors revealed by the previous commit
[libs/gl.git] / tests / glsl / block_name_conflict.glsl
index e397b551203feee1c4f16e52577571773b88e26b..36de91da7a8992125faf7867abcc7bc5a6d20c29 100644 (file)
@@ -14,7 +14,7 @@ void main()
 
 #pragma MSP stage(geometry)
 layout(triangles) in;
-layout(triangles, max_vertices=3) out;
+layout(triangle_strip, max_vertices=3) out;
 in Output
 {
        vec2 texcoord;
@@ -42,6 +42,6 @@ void main()
 <test>:3: Previous definition is here
 <test>:8: Multiple definition of 'Output'
 <test>:3: Previous definition is here
-<test>:26: Multiple definition of 'Output'
+<test>:26: Multiple definition of interface block 'out Output'
 <test>:22: Previous definition is here
 */