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
Vma in many places (e.g
vmaCreateBuffer) assumes that usage information is inp*CreateInfo->usagebut withVK_KHR_maintenance5it can be inVkBufferUsageFlags2CreateInfoKHRin thepNextchain