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