nir/gs: fix array type copying for passthrough gs
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 24 Apr 2023 15:19:57 +0000 (11:19 -0400)
committerMarge Bot <emma+marge@anholt.net>
Mon, 24 Apr 2023 18:00:20 +0000 (18:00 +0000)
commit99121c9b77930aa6b6da8fcd087e4f03aac19323
treeba9cd7310e2d51e190e6c416d48f51ddf409927e
parent796109cb08c5246400cd45d998d7babf7b0612c3
nir/gs: fix array type copying for passthrough gs

same mechanics as in zink passes

Fixes: d0342e28b32 ("nir: Add helper to create passthrough GS shader")

Reviewed-by: Antonino Maniscalco <antonino.maniscalco@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22669>
src/compiler/nir/nir_passthrough_gs.c