#include <vma.h>
Public Member Functions | |
constexpr bool | operator== (const BufferVMA &other) const |
constexpr bool | operator!= (const BufferVMA &other) const |
Public Attributes | |
VmaAllocator | allocator = {} |
VmaAllocation | allocation = {} |
vk::Buffer | buffer = {} |
|
inlineconstexpr |
|
inlineconstexpr |
VmaAllocation impeller::BufferVMA::allocation = {} |
Definition at line 71 of file vma.h.
Referenced by impeller::BufferVMATraits::Free(), and operator==().
VmaAllocator impeller::BufferVMA::allocator = {} |
Definition at line 70 of file vma.h.
Referenced by impeller::BufferVMATraits::Free(), and operator==().
vk::Buffer impeller::BufferVMA::buffer = {} |
Definition at line 72 of file vma.h.
Referenced by impeller::BufferVMATraits::Free(), and operator==().