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