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