Function wgpu_core::command::compute_ffi::wgpu_compute_pass_push_debug_group[][src]

#[no_mangle]
pub unsafe extern "C" fn wgpu_compute_pass_push_debug_group(
    pass: &mut ComputePass,
    label: RawString,
    color: u32
)
Expand description

Safety

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