pub fn wgpu_render_pass_set_bind_group(
    pass: &mut RenderPass,
    index: u32,
    bind_group_id: BindGroupId,
    offsets: &[DynamicOffset]
)