Skip to content

zink: fix quads emulation gs with array variables

Mike Blumenkrantz requested to merge zmike/mesa:zink-gs into main

this was broken for e.g., gl_ClipDistance, which uses explicit array types and therefore cannot be directly read/written

Merge request reports