pub unsafe fn wgpu_render_bundle_push_debug_group(
_bundle: &mut RenderBundleEncoder,
_label: RawString,
)๐Deprecated:
Use Global::render_bundle_encoder_push_debug_group instead.
Expand description
ยงSafety
This function is unsafe as there is no guarantee that the given label
is a valid null-terminated string.