Closed mvd4 closed 3 years ago
Sorry, just occurred to me that IndexBuffer might have the same issue (only used HostIndexBuffer so far.
IndexBuffer
HostIndexBuffer
So, same situation: missing flag vk::BufferUsageFlagBits::eTransferDst causes validation error when uploading data.
vk::BufferUsageFlagBits::eTransferDst
Sorry, just occurred to me that
IndexBuffer
might have the same issue (only usedHostIndexBuffer
so far.So, same situation: missing flag
vk::BufferUsageFlagBits::eTransferDst
causes validation error when uploading data.