mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-11 21:21:47 +00:00
- disabled nullability warnings in Vulkan memory allocator
This commit is contained in:
parent
e0cdb1e32e
commit
b85282fe5e
1 changed files with 3 additions and 0 deletions
|
@ -2,4 +2,7 @@
|
|||
#define VMA_IMPLEMENTATION
|
||||
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
||||
|
||||
#define VMA_NULLABLE
|
||||
#define VMA_NOT_NULL
|
||||
|
||||
#include "vk_mem_alloc.h"
|
||||
|
|
Loading…
Reference in a new issue