#include <vma.h>
Definition at line 119 of file vma.h.
◆ Free()
static void impeller::ImageVMATraits::Free |
( |
const ImageVMA & |
image | ) |
|
|
inlinestatic |
Definition at line 126 of file vma.h.
126 {
128 ::vmaDestroyImage(
image.allocator,
static_cast<VkImage
>(
image.image),
130 }
sk_sp< const SkImage > image
#define TRACE_EVENT0(category_group, name)
◆ InvalidValue()
static ImageVMA impeller::ImageVMATraits::InvalidValue |
( |
| ) |
|
|
inlinestatic |
◆ IsValid()
static bool impeller::ImageVMATraits::IsValid |
( |
const ImageVMA & |
value | ) |
|
|
inlinestatic |
Definition at line 122 of file vma.h.
122 {
123 return value.allocator != VmaAllocator{};
124 }
The documentation for this struct was generated from the following file:
- impeller/renderer/backend/vulkan/vma.h