Function wgpu_command_encoder_begin_render_pass

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wgpu_command_encoder_begin_render_pass(
    encoder_id: CommandEncoderId,
    desc: &RenderPassDescriptor<'_>,
) -> *mut RawPass
Expand description

ยงSafety

This function is unsafe because improper use may lead to memory problems. For example, a double-free may occur if the function is called twice on the same raw pointer.