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