]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/function_inline_reorder.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / function_inline_reorder.glsl
index 3e445ce6f6e4c41590201d848f7347f7be549d93..196504aa976bdb82734c17c62c1cec6366749125 100644 (file)
@@ -10,6 +10,8 @@ vec4 func()
        return position;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 void main()