dep: Bump vk_mem_alloc to 871913d

This commit is contained in:
Stenzek 2024-08-10 12:21:51 +10:00
parent 98b1a703f3
commit 010c7dea33
No known key found for this signature in database
2 changed files with 1051 additions and 1992 deletions

File diff suppressed because it is too large Load Diff

View File

@ -78,6 +78,7 @@ class Error;
#pragma clang diagnostic ignored "-Wnullability-completeness"
#pragma clang diagnostic ignored "-Wunused-variable"
#pragma clang diagnostic ignored "-Wmissing-field-initializers"
#pragma clang diagnostic ignored "-Wunused-function"
#elif defined(_MSC_VER)
#pragma warning(push, 0)
#endif