]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/interface_block.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / interface_block.glsl
index 41d7a63e31aa932cdcffd25c7a3435f408dde6dd..e36a3347f6ebf705ef900b97a2b47ba0667b88db 100644 (file)
@@ -18,6 +18,8 @@ void main()
        frag_color = out_color;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 layout(location=1) in vec4 color;