|
| | VulkanDescriptorPool (VulkanVaoManager *vaoManager, const VulkanRootLayout *rootLayout, size_t setIdx, const size_t capacity=16u) |
| |
| | ~VulkanDescriptorPool () |
| |
| void | _advanceFrame (void) |
| |
| VkDescriptorSet | allocate (VulkanDevice *device, VkDescriptorSetLayout setLayout) |
| |
| void | deinitialize (VulkanDevice *device) |
| |
| size_t | getCurrentCapacity (void) const |
| |
| bool | isAvailableInCurrentFrame (void) const |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| |
| void | reset (VulkanDevice *device) |
| |
The VulkanDescriptorPool class A VulkanDescriptorPool manages the pool of a single set (i.e.
one VkDescriptorSetLayout)
It asks for a VulkanRootLayout pointer and the setIdx in order to gather all the data.
However it is not tied to a single VulkanRootLayout and may be shared by multiple VulkanRootLayouts