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

Method execute_commands

framework/core/command_buffer.h:846–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844 else
845 {
846 execute_commands_impl(reinterpret_cast<std::vector<std::shared_ptr<vkb::core::CommandBufferCpp>> &>(secondary_command_buffers));
847 }
848}
849
850template <vkb::BindingType bindingType>
851inline void CommandBuffer<bindingType>::execute_commands_impl(std::vector<std::shared_ptr<vkb::core::CommandBuffer<vkb::BindingType::Cpp>>> &secondary_command_buffers)
852{

Callers 3

draw_renderpassMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected