|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Core::VKDescriptorManager::initialize | ( | vk::Device | device, |
| uint32_t | initial_pool_size = 1024 |
||
| ) |
Initialize descriptor manager.
| device | Logical device |
| initial_pool_size | Number of descriptor sets per pool |
Creates initial descriptor pool. More pools are allocated on-demand when the current pool is exhausted.
Definition at line 58 of file VKDescriptorManager.cpp.
References MayaFlux::Journal::Core, create_pool(), MayaFlux::Journal::GraphicsBackend, m_allocated_count, m_current_pool_index, m_device, m_pool_capacity, m_pool_size, m_pools, MF_ERROR, and MF_INFO.
Here is the call graph for this function: