pub unsafe extern "C" fn wgpu_compute_pass_set_bind_group(
    pass: &mut ComputePass,
    index: u32,
    bind_group_id: Id<BindGroup<Api>>,
    offsets: *const u32,
    offset_length: usize
)
Expand description

§Safety

This function is unsafe as there is no guarantee that the given pointer is valid for offset_length elements.