Skip to content

zink: limited uniform buffer size so the limits is not exceeded.

Duncan Hopkins requested to merge (removed):zink-fix-ubo-limit-size into zink

Changed UBO descriptor set buffer binding from VK_WHOLE_SIZE to actual size. On some systems the actual buffer size is larger than the limits allow and this reduces the size to just the needed section.

Merge request reports

Loading