Skip to content

zink: don't add dynamic vertex pipeline states if no attribs are used

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

adding the states requires that vertex attribs be bound, but it's illegal to bind 0 attribs

cc: mesa-stable

fixes #5558 (closed)

Merge request reports