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