dawn.BindGroupDescriptor
export interface BindGroupDescriptor {
/**
* The bind group layout that defines the structure.
*/
layout: WGPUBindGroupLayout;
/**
* Resource entries to bind.
*/
entries: BindGroupEntry[];
}layout(WGPUBindGroupLayout)- – The bind group layout that defines the structure.
entries(BindGroupEntry[])- – Resource entries to bind.
Descriptor for creating a bind group.