Interface GPUBindGroupLayoutDescriptor
interface GPUBindGroupLayoutDescriptor {
entries: Iterable<GPUBindGroupLayoutEntry>;
label?: string;
}
entries: Iterable<GPUBindGroupLayoutEntry>;
label?: string;
}
                 
                    
                  Hierarchy
              
              - GPUObjectDescriptorBase- GPUBindGroupLayoutDescriptor (View Summary)
 
 Properties
entries
Optionallabel
label?: string
The initial value of GPUObjectBase.label.
A list of entries describing the shader resource bindings for a bind group.