#[no_mangle]
pub unsafe extern "C" fn wgpu_render_pass_push_debug_group(
pass: &mut RenderPass,
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.