X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Finexact_function_argument_type.glsl;fp=tests%2Fglsl%2Finexact_function_argument_type.glsl;h=e6a98af71c8b4f694a0bdfefdae70942d4d3d227;hp=627fa5d849235e60c0de9a682758c160b2c0577c;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d diff --git a/tests/glsl/inexact_function_argument_type.glsl b/tests/glsl/inexact_function_argument_type.glsl index 627fa5d8..e6a98af7 100644 --- a/tests/glsl/inexact_function_argument_type.glsl +++ b/tests/glsl/inexact_function_argument_type.glsl @@ -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()