X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fpassthrough_declaration_order.glsl;h=ab4c2a98bf397b59dc7628abbc7041c2428cf2cc;hb=215d5bed27ad3de92557ae1b631695a036d29741;hp=c5d1856a9396e9dacf27eb440e8fd07a4c42b3fe;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git diff --git a/tests/glsl/passthrough_declaration_order.glsl b/tests/glsl/passthrough_declaration_order.glsl index c5d1856a..ab4c2a98 100644 --- a/tests/glsl/passthrough_declaration_order.glsl +++ b/tests/glsl/passthrough_declaration_order.glsl @@ -20,6 +20,8 @@ void main() frag_color = color; } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; layout(location=1) in vec4 color;