|
HDK
|
#include <VE_Memory.h>
Inheritance diagram for VE_VmaMappableAllocation:Protected Member Functions | |
| VE_Result< void * > | map (VmaAllocator allocator) |
| void | unmap (VmaAllocator allocator) |
Additional Inherited Members | |
Public Member Functions inherited from VE_VmaAllocation | |
| const VmaAllocationInfo & | info () const |
| bool | isValid () const |
| void | free (VmaAllocator allocator) |
Protected Attributes inherited from VE_VmaAllocation | |
| VmaAllocation | myAllocation = VK_NULL_HANDLE |
| VmaAllocationInfo | myInfo |
Definition at line 58 of file VE_Memory.h.
|
protected |