X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Ffunction_inline_reorder.glsl;fp=tests%2Fglsl%2Ffunction_inline_reorder.glsl;h=196504aa976bdb82734c17c62c1cec6366749125;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=3e445ce6f6e4c41590201d848f7347f7be549d93;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/function_inline_reorder.glsl b/tests/glsl/function_inline_reorder.glsl index 3e445ce6..196504aa 100644 --- a/tests/glsl/function_inline_reorder.glsl +++ b/tests/glsl/function_inline_reorder.glsl @@ -10,6 +10,8 @@ vec4 func() return position; } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; void main()