SimpleGL
1.1.0
A framework for platform independent rendering
|
This class wraps a Vulkan command pool. More...
#include <command_buffer.hpp>
Public Member Functions | |
CommandPool (void) | |
Creates a new command pool. More... | |
~CommandPool (void) | |
Destroys the command pool. More... | |
VkCommandPool | getHandle () |
Returns the handle of the command pool. More... | |
This class wraps a Vulkan command pool.
Definition at line 27 of file command_buffer.hpp.
sgl::CommandPool::CommandPool | ( | void | ) |
Creates a new command pool.
Definition at line 21 of file command_buffer.cpp.
sgl::CommandPool::~CommandPool | ( | void | ) |
Destroys the command pool.
Definition at line 37 of file command_buffer.cpp.
VkCommandPool sgl::CommandPool::getHandle | ( | ) |
Returns the handle of the command pool.
Definition at line 44 of file command_buffer.cpp.