CsPaint  1.0.1
CsPaint::command_pool Class Reference

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
 

Member Typedef Documentation

using CsPaint::command_pool::handle = std::shared_ptr<command_pool>

Constructor & Destructor Documentation

CsPaint::command_pool::command_pool ( const vk::Device &  device,
uint32_t  queueFamily 
)
CsPaint::command_pool::command_pool ( const command_pool &  )
delete

Member Function Documentation

command_buffer_handle CsPaint::command_pool::createCommandBuffer ( )
void CsPaint::command_pool::operator= ( const command_pool &  )
delete