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