class CommandPool
Defined at line 16 of file ../../src/graphics/examples/vkproto/common/command_pool.h
Public Methods
void CommandPool (std::shared_ptr<vk::Device> device, uint32_t queue_family_index, vk::CommandPoolCreateFlags flags)
Defined at line 13 of file ../../src/graphics/examples/vkproto/common/command_pool.cc
bool Init ()
Defined at line 20 of file ../../src/graphics/examples/vkproto/common/command_pool.cc
const vk::CommandPool & get ()
Defined at line 23 of file ../../src/graphics/examples/vkproto/common/command_pool.h