mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
11 lines
341 B
C++
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>
|