[][src]Function wgpu_native::wgpu_command_encoder_begin_compute_pass

#[no_mangle]pub unsafe extern "C" fn wgpu_command_encoder_begin_compute_pass(
    encoder_id: CommandEncoderId,
    _desc: Option<&ComputePassDescriptor>
) -> *mut RawPass

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.