The source project of this merge request has been removed.
zink: limited uniform buffer size so the limits is not exceeded.
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.