Function wgpu_core::command::render_ffi::wgpu_render_pass_insert_debug_marker[][src]

#[no_mangle]
pub unsafe extern "C" fn wgpu_render_pass_insert_debug_marker(
    pass: &mut RenderPass,
    label: RawString,
    color: u32
)

Safety

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