Nameless Engine
Loading...
Searching...
No Matches
ne::KtxLoadingCallbackManager::Data Struct Reference

Public Attributes

std::unordered_map< uint64_t, std::pair< VmaAllocation, VkDeviceSize > > allocations
 
uint64_t iAllocationId = 0
 

Detailed Description

Groups internal data.

Member Data Documentation

◆ allocations

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.

◆ iAllocationId

uint64_t ne::KtxLoadingCallbackManager::Data::iAllocationId = 0

Allocation ID that you can attempt to use on your new allocation for allocations.


The documentation for this struct was generated from the following file: