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

Method get_thread_index

framework/core/command_pool.h:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155template <vkb::BindingType bindingType>
156inline size_t CommandPool<bindingType>::get_thread_index() const
157{
158 return CommandPoolBase::get_thread_index();
159}
160
161template <vkb::BindingType bindingType>
162std::shared_ptr<vkb::core::CommandBuffer<bindingType>> CommandPool<bindingType>::request_command_buffer(CommandBufferLevelType level)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected