pub unsafe extern "C" fn wgpu_render_pass_execute_bundles(
    pass: &mut RenderPass,
    render_bundle_ids: *const Id<RenderBundle<Api>>,
    render_bundle_ids_length: usize
)
Available on crate feature wgpu only.
Expand description

§Safety

This function is unsafe as there is no guarantee that the given pointer is valid for render_bundle_ids_length elements.