#include <vma.h>
Definition at line 104 of file vma.h.
◆ operator!=()
constexpr bool impeller::ImageVMA::operator!= |
( |
const ImageVMA & |
other | ) |
const |
|
inlineconstexpr |
Definition at line 114 of file vma.h.
114 {
115 return !(*this == other);
116 }
◆ operator==()
constexpr bool impeller::ImageVMA::operator== |
( |
const ImageVMA & |
other | ) |
const |
|
inlineconstexpr |
Definition at line 109 of file vma.h.
109 {
111 image == other.image;
112 }
◆ allocation
VmaAllocation impeller::ImageVMA::allocation = {} |
◆ allocator
VmaAllocator impeller::ImageVMA::allocator = {} |
◆ image
vk::Image impeller::ImageVMA::image = {} |
The documentation for this struct was generated from the following file:
- impeller/renderer/backend/vulkan/vma.h