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

Method get_reset_mode

framework/core/command_pool.h:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149template <vkb::BindingType bindingType>
150inline vkb::CommandBufferResetMode CommandPool<bindingType>::get_reset_mode() const
151{
152 return CommandPoolBase::get_reset_mode();
153}
154
155template <vkb::BindingType bindingType>
156inline size_t CommandPool<bindingType>::get_thread_index() const

Callers 2

reset_implMethod · 0.45
render_frame.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected