|
SimpleGL
1.1.0
A framework for platform independent rendering
|
This class wraps a Vulkan descriptor pool. More...
#include <descriptor_set.hpp>
Public Member Functions | |
| DescriptorPool (void) | |
| Creates a new descriptor pool. More... | |
| ~DescriptorPool (void) | |
| Destroys the descriptor pool. More... | |
| VkDescriptorPool | getHandle () |
| Returns the handle of the descriptor pool. More... | |
This class wraps a Vulkan descriptor pool.
Definition at line 30 of file descriptor_set.hpp.
| sgl::DescriptorPool::DescriptorPool | ( | void | ) |
Creates a new descriptor pool.
Definition at line 19 of file descriptor_set.cpp.
| sgl::DescriptorPool::~DescriptorPool | ( | void | ) |
Destroys the descriptor pool.
Definition at line 42 of file descriptor_set.cpp.
| VkDescriptorPool sgl::DescriptorPool::getHandle | ( | ) |
Returns the handle of the descriptor pool.
Definition at line 49 of file descriptor_set.cpp.
1.8.11