#[no_mangle]
pub unsafe extern "C" fn wgpu_render_pass_set_bind_group(
pass: &mut RenderPass,
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.