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_tqueue_family_index,vk::CommandPoolCreateFlagsflags)
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