#include <CommandPool.hpp>
Definition at line 17 of file CommandPool.hpp.
◆ CommandPool() [1/3]
◆ CommandPool() [2/3]
lug::Graphics::Vulkan::API::Builder::CommandPool::CommandPool |
( |
const CommandPool & |
| ) |
|
|
delete |
◆ CommandPool() [3/3]
lug::Graphics::Vulkan::API::Builder::CommandPool::CommandPool |
( |
CommandPool && |
| ) |
|
|
delete |
◆ ~CommandPool()
lug::Graphics::Vulkan::API::Builder::CommandPool::~CommandPool |
( |
| ) |
|
|
default |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setFlags()
void CommandPool::setFlags |
( |
VkCommandPoolCreateFlags |
flags | ) |
|
|
inline |
◆ build() [1/2]
bool lug::Graphics::Vulkan::API::Builder::CommandPool::build |
( |
API::CommandPool & |
instance, |
|
|
VkResult * |
returnResult = nullptr |
|
) |
| |
◆ build() [2/2]
std::unique_ptr< API::CommandPool > lug::Graphics::Vulkan::API::Builder::CommandPool::build |
( |
VkResult * |
returnResult = nullptr | ) |
|
◆ _device
const API::Device& lug::Graphics::Vulkan::API::Builder::CommandPool::_device |
|
private |
◆ _queueFamily
const API::QueueFamily& lug::Graphics::Vulkan::API::Builder::CommandPool::_queueFamily |
|
private |
◆ _flags
VkCommandPoolCreateFlags lug::Graphics::Vulkan::API::Builder::CommandPool::_flags {VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT} |
|
private |
The documentation for this class was generated from the following files: