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