#include <vma.h>
Public Member Functions | |
constexpr bool | operator== (const ImageVMA &other) const |
constexpr bool | operator!= (const ImageVMA &other) const |
Public Attributes | |
VmaAllocator | allocator = {} |
VmaAllocation | allocation = {} |
vk::Image | image = {} |
|
inlineconstexpr |
|
inlineconstexpr |
VmaAllocation impeller::ImageVMA::allocation = {} |
Definition at line 106 of file vma.h.
Referenced by impeller::ImageVMATraits::Free(), and operator==().
VmaAllocator impeller::ImageVMA::allocator = {} |
Definition at line 105 of file vma.h.
Referenced by impeller::ImageVMATraits::Free(), and operator==().
vk::Image impeller::ImageVMA::image = {} |
Definition at line 107 of file vma.h.
Referenced by impeller::ImageVMATraits::Free(), and operator==().