pub unsafe extern "C" fn wgpu_render_bundle_push_debug_group(
    _bundle: &mut RenderBundleEncoder,
    _label: *const i8
)
Available on wgpu_core only.
Expand description

Safety

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