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