]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/keep_used_function.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / keep_used_function.glsl
index 419f3f2c77c75962dd774fbc6990e25dcad4eeb4..02a82c99ac0ab7e1899cb05d615f6218a11e887e 100644 (file)
@@ -12,6 +12,8 @@ void main()
        gl_Position = position*sqrt(x_sq+y_sq);
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 layout(location=1) in vec2 scale;