You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vma in many places (e.g vmaCreateBuffer) assumes that usage information is in p*CreateInfo->usage but with VK_KHR_maintenance5 it can be in VkBufferUsageFlags2CreateInfoKHR in the pNext chain
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I agree this is a deficiency that should be fixed ASAP. I added support for this. Please let me know if it looks good to you.
Vma in many places (e.g
vmaCreateBuffer
) assumes that usage information is inp*CreateInfo->usage
but withVK_KHR_maintenance5
it can be inVkBufferUsageFlags2CreateInfoKHR
in thepNext
chainThe text was updated successfully, but these errors were encountered: