Files
Pulse/Sources/Backends/Vulkan/VulkanMemoryAllocatorImplementation.cpp

11 lines
341 B
C++

// Copyright (C) 2025 kanel
// This file is part of "Pulse"
// For conditions of distribution and use, see copyright notice in LICENSE
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
#define VMA_VULKAN_VERSION 1000000
#define VMA_IMPLEMENTATION
#define VMA_ASSERT_LEAK(expr) (void(0))
#include <vk_mem_alloc.h>