Function cmd_draw

Source
pub unsafe fn cmd_draw(
    command_buffer: VkCommandBuffer,
    vertex_count: u32,
    instance_count: u32,
    first_vertex: u32,
    first_index: u32,
)