summaryrefslogtreecommitdiff
path: root/thirdparty/vulkan/patches/01-VMA-fix-nullability.patch
AgeCommit message (Collapse)Author
2022-02-24vk_mem_alloc: Update to upstream + Adapt approach to small objects poolingPedro J. Estébanez
This updates VMA and instead of using the custom small pool approach from 4e6c9d3ae979f2eb0151cf581fe61d2f3194ea72, lazily creates pools for the relevant memory type indices, which doesn't require patching VMA. Also, patches already merged upstream or not needed any longer are removed.
2022-02-12vk_mem_alloc: Update to latest commitPedro J. Estébanez