Skip to content
Snippets Groups Projects
Commit a8524cf4 authored by Pablo Escobar's avatar Pablo Escobar
Browse files

add support for VMA_MEMORY_BUDGET

parent 602c5203
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,9 @@ namespace lava {
#if VMA_BIND_MEMORY2
.vkBindBufferMemory2KHR = vkBindBufferMemory2KHR,
.vkBindImageMemory2KHR = vkBindImageMemory2KHR,
#endif
#if VMA_MEMORY_BUDGET
.vkGetPhysicalDeviceMemoryProperties2KHR = vkGetPhysicalDeviceMemoryProperties2KHR
#endif
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment