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