Skip to content

zink: use a pushconst range for all gfx stages

Fixes #7571 (closed), I am not aware of any drivers that take advantage of per stage push constants. If there are any, we'd need to create per-stage fields and the fields that overlap will need to be duplicated (not ideal). So I prefer this simplified single range block.

Merge request reports