Function wgpu::core::command::render_ffi::wgpu_render_pass_execute_bundles
source · 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
)
Expand description
Safety
This function is unsafe as there is no guarantee that the given pointer is
valid for render_bundle_ids_length
elements.