]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/redundant_gl_position.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / redundant_gl_position.glsl
index 3ac45340f45f53cb04c77e404aa69835f9116a46..493defafe23a74c7337f3d76e7cdcc9a15498103 100644 (file)
@@ -6,6 +6,8 @@ void main()
        gl_Position = position;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 void main()