|
|
vk::ObjectType | m_type |
| | What type to cast m_pObject to.
|
| |
|
ezBitflags< PendingDeletionFlags > | m_flags |
| | In case m_type == eUnknown, defines the custom deletion to be performed.
|
| |
|
void * | m_pObject |
| | The object to be deleted, usually cast to a vk::* type.
|
| |
|
union { | |
| |
|
ezVulkanAllocation m_allocation | |
| | For convenience to omit casting of m_pContext.
|
| |
|
void * m_pContext | |
| | 64bit of context data.
|
| |
| }; | | |
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/RendererVulkan/Device/DeviceVulkan.h