dawn.BindGroupHandle
export type BindGroupHandle = { readonly [BindGroupBrand]: never };Opaque handle to a bind group. Groups resources (buffers, samplers, etc.) for binding to pipelines.
export type BindGroupHandle = { readonly [BindGroupBrand]: never };Opaque handle to a bind group. Groups resources (buffers, samplers, etc.) for binding to pipelines.