Function wgpu_core::command::render_ffi::wgpu_render_pass_push_debug_group
source · #[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.