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

Method draw_indexed

framework/core/command_buffer.h:786–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 {
785 this->get_resource().drawIndexedIndirect(buffer.get_handle(), offset, draw_count, stride);
786 }
787 else
788 {
789 this->get_resource().drawIndexedIndirect(buffer.get_resource(), static_cast<vk::DeviceSize>(offset), draw_count, stride);
790 }
791}
792
793template <vkb::BindingType bindingType>
794inline void CommandBuffer<bindingType>::end()

Callers 3

draw_implMethod · 0.80
draw_submesh_commandMethod · 0.80
draw_submesh_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected