Vulkan: Update VMA to 3.3.0

Updated to latest release. Has some fixes and a new API for easy
integration with Volk.

Pull Request: https://projects.blender.org/blender/blender/pulls/144434
This commit is contained in:
Jeroen Bakker
2025-08-14 13:20:45 +02:00
parent 1adb07200c
commit 7286885789
6 changed files with 1287 additions and 428 deletions

View File

@@ -11,6 +11,10 @@
#include <list>
#define VMA_VULKAN_VERSION 1002000 // Vulkan 1.2
#if !defined(_WIN32) or defined(_M_ARM64)
/* Silence compilation warning on non-windows x64 systems. */
# define VMA_EXTERNAL_MEMORY_WIN32 0
#endif
#include "vk_mem_alloc.h"
#include "GHOST_ContextVK.hh"