mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	 db81928e08
			
		
	
	
		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
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #define VMA_IMPLEMENTATION
 | |
| #ifdef DEBUG_ENABLED
 | |
| #ifndef _MSC_VER
 | |
| #define _DEBUG
 | |
| #endif
 | |
| #endif
 | |
| #include "vk_mem_alloc.h"
 |