#include <DescriptorPoolManager.hpp>
◆ DescriptorPoolManager() [1/3]
| Diligent::DescriptorPoolManager::DescriptorPoolManager |
( |
RenderDeviceVkImpl & |
DeviceVkImpl, |
|
|
std::string |
PoolName, |
|
|
std::vector< VkDescriptorPoolSize > |
PoolSizes, |
|
|
uint32_t |
MaxSets, |
|
|
bool |
AllowFreeing |
|
) |
| |
|
noexcept |
◆ ~DescriptorPoolManager()
| Diligent::DescriptorPoolManager::~DescriptorPoolManager |
( |
| ) |
|
◆ DescriptorPoolManager() [2/3]
◆ DescriptorPoolManager() [3/3]
◆ CreateDescriptorPool()
◆ DisposePool()
◆ GetDeviceVkImpl()
◆ GetPool()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_AllowFreeing
| const bool Diligent::DescriptorPoolManager::m_AllowFreeing |
|
protected |
◆ m_DeviceVkImpl
◆ m_MaxSets
| const uint32_t Diligent::DescriptorPoolManager::m_MaxSets |
|
protected |
◆ m_Mutex
| std::mutex Diligent::DescriptorPoolManager::m_Mutex |
|
protected |
◆ m_PoolName
| const std::string Diligent::DescriptorPoolManager::m_PoolName |
|
protected |
◆ m_Pools
◆ m_PoolSizes
| const std::vector<VkDescriptorPoolSize> Diligent::DescriptorPoolManager::m_PoolSizes |
|
protected |
The documentation for this class was generated from the following files: