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