#include <DescriptorPool.h>
◆ Allocate()
| VkDescriptorSet DescriptorPool::Allocate |
( |
VkDescriptorSetLayout |
layout, |
|
|
const char * |
name = nullptr |
|
) |
| |
◆ Create()
| void DescriptorPool::Create |
( |
| ) |
|
◆ CreatePool()
| VkDescriptorPool DescriptorPool::CreatePool |
( |
| ) |
|
|
protected |
◆ Destroy()
| void DescriptorPool::Destroy |
( |
| ) |
|
◆ GrabPool()
| VkDescriptorPool DescriptorPool::GrabPool |
( |
| ) |
|
|
protected |
◆ Reset()
| void DescriptorPool::Reset |
( |
| ) |
|
◆ mCurrentPool
| VkDescriptorPool DescriptorPool::mCurrentPool = VK_NULL_HANDLE |
|
protected |
◆ mFreePools
| std::vector<VkDescriptorPool> DescriptorPool::mFreePools |
|
protected |
◆ mUsedPools
| std::vector<VkDescriptorPool> DescriptorPool::mUsedPools |
|
protected |
The documentation for this class was generated from the following files: