invert vk_image upload api #745
Labels
dev-tools
Tools helpful for development
enhancement
New feature or request
performance
Performance improvement needed
Instead of the sequence of:
R_VkImageUploadBegin()
R_VkImageUploadSlice()
R_VkImageUploadSlice()
R_VkImageUploadSlice()
R_VkImageUploadEnd()
Do the reciprocal:
R_VkImageUploadLock()
-> returnsslices[]
with pointers and stufffor (i..)
copy mips/layers/etc intoslice[i]
R_VkImageUploadUnlock()
Why:
The text was updated successfully, but these errors were encountered: