Nameless Engine
|
Public Attributes | |
std::unordered_map< uint64_t, std::pair< VmaAllocation, VkDeviceSize > > | allocations |
uint64_t | iAllocationId = 0 |
Groups internal data.
std::unordered_map<uint64_t, std::pair<VmaAllocation, VkDeviceSize> > ne::KtxLoadingCallbackManager::Data::allocations |
Stores pairs of "allocation ID" - "{allocation, map size}" of all currently active (not-freed) allocations.
uint64_t ne::KtxLoadingCallbackManager::Data::iAllocationId = 0 |
Allocation ID that you can attempt to use on your new allocation for allocations.