X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Fpassthrough_declaration_order.glsl;fp=tests%2Fglsl%2Fpassthrough_declaration_order.glsl;h=ab4c2a98bf397b59dc7628abbc7041c2428cf2cc;hp=c5d1856a9396e9dacf27eb440e8fd07a4c42b3fe;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d 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;