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