|
CsPaint
2.0.0
|
Public Typedefs | |
| using | handle = std::shared_ptr< command_pool > |
Public Member Functions | |
| command_pool (const command_pool &) = delete | |
| command_pool (const vk::Device &device, uint32_t queueFamily) | |
| command_buffer_handle | createCommandBuffer () |
| void | operator= (const command_pool &) = delete |
| using CsPaint::command_pool::handle = std::shared_ptr<command_pool> |
| CsPaint::command_pool::command_pool | ( | const vk::Device & | device, |
| uint32_t | queueFamily | ||
| ) |
|
delete |
| command_buffer_handle CsPaint::command_pool::createCommandBuffer | ( | ) |
|
delete |