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

Method dispatch

framework/core/command_buffer.h:758–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756 this->get_resource().dispatchIndirect(buffer.get_handle(), offset);
757 }
758 else
759 {
760 this->get_resource().dispatchIndirect(buffer.get_resource(), static_cast<vk::DeviceSize>(offset));
761 }
762}
763
764template <vkb::BindingType bindingType>
765inline void CommandBuffer<bindingType>::draw(uint32_t vertex_count, uint32_t instance_count, uint32_t first_vertex, uint32_t first_instance)

Callers 4

drawMethod · 0.80
render_compute_postMethod · 0.80
draw_renderpassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected