- disabled nullability warnings in Vulkan memory allocator

This commit is contained in:
alexey.lysiuk 2021-10-18 10:27:03 +03:00
parent e0cdb1e32e
commit b85282fe5e

View file

@ -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"