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