Go to the source code of this file.
Macros | |
| #define | VMA_STATIC_VULKAN_FUNCTIONS 0 |
| #define | VMA_DYNAMIC_VULKAN_FUNCTIONS 0 |
| #define | VMA_IMPLEMENTATION |
| #define | VMA_ASSERT(expr) FML_DCHECK((expr)) << "Vulkan Memory Allocator Failure!" |
| #define | VMA_HEAVY_ASSERT(expr) FML_DCHECK((expr)) << "Vulkan Memory Allocator Failure!" |
| #define VMA_ASSERT | ( | expr | ) | FML_DCHECK((expr)) << "Vulkan Memory Allocator Failure!" |
Definition at line 36 of file flutter_vma.cc.
| #define VMA_DYNAMIC_VULKAN_FUNCTIONS 0 |
Definition at line 15 of file flutter_vma.cc.
| #define VMA_HEAVY_ASSERT | ( | expr | ) | FML_DCHECK((expr)) << "Vulkan Memory Allocator Failure!" |
Definition at line 38 of file flutter_vma.cc.
| #define VMA_IMPLEMENTATION |
Definition at line 17 of file flutter_vma.cc.
| #define VMA_STATIC_VULKAN_FUNCTIONS 0 |
Definition at line 14 of file flutter_vma.cc.