#[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.