Skip to content

util/vbuf: fix multidraw unrolling

Mike Blumenkrantz requested to merge zmike/mesa:vbuf-fix into main
  • drawid needs to be incremented at end of loop
  • rescope draw structs to initialize at top of loop

fix #8191 (closed)

Fixes: 6b07893b ("util/vbuf: handle multidraws")

Merge request reports