#include <vma.h>
Definition at line 50 of file vma.h.
◆ Free()
static void impeller::PoolVMATraits::Free |
( |
const PoolVMA & |
pool | ) |
|
|
inlinestatic |
Definition at line 57 of file vma.h.
57 {
59 ::vmaDestroyPool(
pool.allocator,
pool.pool);
60 }
#define TRACE_EVENT0(category_group, name)
◆ InvalidValue()
static PoolVMA impeller::PoolVMATraits::InvalidValue |
( |
| ) |
|
|
inlinestatic |
Definition at line 51 of file vma.h.
◆ IsValid()
static bool impeller::PoolVMATraits::IsValid |
( |
const PoolVMA & |
value | ) |
|
|
inlinestatic |
Definition at line 53 of file vma.h.
53 {
54 return value.allocator != VmaAllocator{};
55 }
The documentation for this struct was generated from the following file:
- impeller/renderer/backend/vulkan/vma.h