Function cmd_bind_vertex_buffers

Source
pub unsafe fn cmd_bind_vertex_buffers(
    command_buffer: VkCommandBuffer,
    first_binding: u32,
    binding_count: u32,
    buffers: *const VkBuffer,
    offsets: *const VkDeviceSize,
)