MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / CommandPool

Method CommandPool

framework/core/command_pool.h:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template <vkb::BindingType bindingType>
92inline vkb::core::CommandPool<bindingType>::CommandPool(vkb::core::Device<bindingType> &device,
93 uint32_t queue_family_index,
94 vkb::rendering::RenderFrame<bindingType> *render_frame,
95 size_t thread_index,
96 vkb::CommandBufferResetMode reset_mode) :
97 CommandPoolBase(reinterpret_cast<vkb::core::DeviceCpp &>(device),
98 queue_family_index,
99 reinterpret_cast<vkb::rendering::RenderFrameCpp *>(render_frame),
100 thread_index,
101 reset_mode)
102{}
103
104template <vkb::BindingType bindingType>
105inline typename vkb::core::Device<bindingType> &CommandPool<bindingType>::get_device()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected