pub unsafe extern "C" fn wgpu_compute_pass_push_debug_group(
    pass: &mut ComputePass,
    label: *const i8,
    color: u32
)
Available on crate feature wgpu only.
Expand description

Safety

This function is unsafe as there is no guarantee that the given label is a valid null-terminated string.