Function wgpu_core::command::bundle_ffi::wgpu_render_bundle_set_bind_group[][src]

#[no_mangle]
pub unsafe extern "C" fn wgpu_render_bundle_set_bind_group(
    bundle: &mut RenderBundleEncoder,
    index: u32,
    bind_group_id: BindGroupId,
    offsets: *const DynamicOffset,
    offset_length: usize
)
Expand description

Safety

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