mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-30 02:04:35 +00:00
parent
91d019523f
commit
188a365ed4
@ -43,6 +43,7 @@
|
|||||||
#pragma warning(disable: 4127) // conditional expression is constant
|
#pragma warning(disable: 4127) // conditional expression is constant
|
||||||
#pragma warning(disable: 4100) // unreferenced formal parameter
|
#pragma warning(disable: 4100) // unreferenced formal parameter
|
||||||
#pragma warning(disable: 4189) // local variable is initialized but not referenced
|
#pragma warning(disable: 4189) // local variable is initialized but not referenced
|
||||||
|
#pragma warning(disable: 4324) // structure was padded due to alignment specifier
|
||||||
|
|
||||||
#include "../vk_mem_alloc.h"
|
#include "../vk_mem_alloc.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user