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