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