![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <vk_mem_alloc.h>
Go to the source code of this file.
Macros | |
#define | VMA_HEAVY_ASSERT(expr) assert(expr) |
#define | VMA_ASSERT(expr) Divide::DIVIDE_ASSERT(expr) |
#define | VMA_DEBUG_LOG(format, ...) do { Divide::Console::printfn(format, ##__VA_ARGS__); } while(false) |
#define VMA_ASSERT | ( | expr | ) | Divide::DIVIDE_ASSERT(expr) |
Definition at line 37 of file vkMemAllocatorInclude.h.
#define VMA_DEBUG_LOG | ( | format, | |
... | |||
) | do { Divide::Console::printfn(format, ##__VA_ARGS__); } while(false) |
Definition at line 40 of file vkMemAllocatorInclude.h.
#define VMA_HEAVY_ASSERT | ( | expr | ) | assert(expr) |
Definition at line 33 of file vkMemAllocatorInclude.h.