#include <vma.h>
Definition at line 69 of file vma.h.
◆ operator!=()
constexpr bool impeller::BufferVMA::operator!= |
( |
const BufferVMA & |
other | ) |
const |
|
inlineconstexpr |
Definition at line 79 of file vma.h.
79 {
80 return !(*this == other);
81 }
◆ operator==()
constexpr bool impeller::BufferVMA::operator== |
( |
const BufferVMA & |
other | ) |
const |
|
inlineconstexpr |
Definition at line 74 of file vma.h.
◆ allocation
VmaAllocation impeller::BufferVMA::allocation = {} |
Definition at line 71 of file vma.h.
◆ allocator
VmaAllocator impeller::BufferVMA::allocator = {} |
Definition at line 70 of file vma.h.
◆ buffer
vk::Buffer impeller::BufferVMA::buffer = {} |
Definition at line 72 of file vma.h.
The documentation for this struct was generated from the following file:
- impeller/renderer/backend/vulkan/vma.h