X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Ffunction_inline_reorder.glsl;h=196504aa976bdb82734c17c62c1cec6366749125;hb=664421e9f9327f2c6ea5967930b386c142557e39;hp=3e445ce6f6e4c41590201d848f7347f7be549d93;hpb=6ba314198dce795408690456fa1f0ef559aa1532;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()