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

Method draw

framework/gui.h:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

draw_uiMethod · 0.45
draw_uiMethod · 0.45

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected