Skip to content

zink: fix ZINK_MAX_DESCRIPTORS_PER_TYPE to stop exploding the stack

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

this isn't the max per type, it's the max that can be used for a type, which is the max used by a shader stage * the number of shader stages

Cc: mesa-stable

Merge request reports