wgpu_core::command::bundle_ffi

Function wgpu_render_bundle_push_debug_group

Source
#[no_mangle]
pub unsafe extern "C" fn wgpu_render_bundle_push_debug_group(
    _bundle: &mut RenderBundleEncoder,
    _label: RawString,
)
Expand description

ยงSafety

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