| 825 | else |
| 826 | { |
| 827 | return static_cast<VkCommandBufferLevel>(level); |
| 828 | } |
| 829 | } |
| 830 | |
| 831 | template <vkb::BindingType bindingType> |
| 832 | inline void CommandBuffer<bindingType>::execute_commands(vkb::core::CommandBuffer<bindingType> &secondary_command_buffer) |
| 833 | { |
no outgoing calls
no test coverage detected