Skip to content

zink: clamp VkImageCreateInfo.arrayLayers to 1 for image resource creation

Mike Blumenkrantz requested to merge zmike/mesa:zink-arrayLayers_clamping into master

this is required by spec, so we can generally assume that any time it's 0 here this is the result of us being lazy elsewhere in the zink driver when we're manually creating this sort of buffer

Merge request reports