Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
vkMemAllocatorInclude.h File Reference
#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)
 

Macro Definition Documentation

◆ VMA_ASSERT

#define VMA_ASSERT (   expr)    Divide::DIVIDE_ASSERT(expr)

Definition at line 37 of file vkMemAllocatorInclude.h.

◆ VMA_DEBUG_LOG

#define VMA_DEBUG_LOG (   format,
  ... 
)    do { Divide::Console::printfn(format, ##__VA_ARGS__); } while(false)

Definition at line 40 of file vkMemAllocatorInclude.h.

◆ VMA_HEAVY_ASSERT

#define VMA_HEAVY_ASSERT (   expr)    assert(expr)

Definition at line 33 of file vkMemAllocatorInclude.h.