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

Method reset_pool

framework/core/command_pool.h:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176template <vkb::BindingType bindingType>
177inline void CommandPool<bindingType>::reset_pool()
178{
179 CommandPoolBase::reset_pool();
180}
181
182} // namespace core
183} // namespace vkb

Callers 4

load_sceneMethod · 0.45
load_modelMethod · 0.45
GuiMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected