| 531 | template <vkb::BindingType bindingType> |
| 532 | inline void Gui<bindingType>::draw(CommandBufferType command_buffer) |
| 533 | { |
| 534 | draw(command_buffer, pipeline, pipeline_layout->get_handle(), descriptor_set); |
| 535 | } |
| 536 | |
| 537 | template <vkb::BindingType bindingType> |
| 538 | inline void Gui<bindingType>::draw(CommandBufferType command_buffer, ImageViewType swapchain_view, uint32_t width, uint32_t height) |
| 539 | { |
no test coverage detected