]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/function_inline_return_conflict.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / function_inline_return_conflict.glsl
index d0ebabc901fe2e34f26435fa301677d94323aeb5..2d288f8a46c313d02561481fa0692683e4666874 100644 (file)
@@ -12,6 +12,8 @@ void main()
        gl_Position = position*func().xxyy*_return*_return;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 layout(location=1) in float scale;