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