Function wgpu_core::command::render_ffi::wgpu_render_pass_execute_bundles   
source · #[no_mangle]
pub unsafe extern "C" fn wgpu_render_pass_execute_bundles(
    pass: &mut RenderPass,
    render_bundle_ids: *const RenderBundleId,
    render_bundle_ids_length: usize
)Expand description
Safety
This function is unsafe as there is no guarantee that the given pointer is
valid for render_bundle_ids_length elements.