pub unsafe extern "C" fn wgpu_render_pass_insert_debug_marker(
    pass: &mut RenderPass,
    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.