mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
db81928e08
- `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
8 lines
120 B
C++
8 lines
120 B
C++
#define VMA_IMPLEMENTATION
|
|
#ifdef DEBUG_ENABLED
|
|
#ifndef _MSC_VER
|
|
#define _DEBUG
|
|
#endif
|
|
#endif
|
|
#include "vk_mem_alloc.h"
|