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

Method submit

framework/rendering/render_context.h:765–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763
764template <vkb::BindingType bindingType>
765inline void RenderContext<bindingType>::submit(std::shared_ptr<vkb::core::CommandBuffer<bindingType>> command_buffer)
766{
767 std::vector<std::shared_ptr<vkb::core::CommandBuffer<bindingType>>> command_buffers(1, command_buffer);
768 submit(command_buffers);
769}
770
771template <vkb::BindingType bindingType>
772inline void RenderContext<bindingType>::submit(const std::vector<std::shared_ptr<vkb::core::CommandBuffer<bindingType>>> &command_buffers)

Callers 1

submit_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected