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

Method end

framework/core/command_buffer.h:808–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806 else
807 {
808 this->get_resource().endQuery(static_cast<vk::QueryPool>(query_pool.get_handle()), query);
809 }
810}
811
812template <vkb::BindingType bindingType>
813inline void CommandBuffer<bindingType>::end_render_pass()
814{

Callers 15

playMethod · 0.80
set_dataMethod · 0.80
get_dataMethod · 0.80
prepareMethod · 0.80
updateMethod · 0.80
load_sceneMethod · 0.80
load_modelMethod · 0.80
parse_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected