Interface GPUPipelineLayoutDescriptor
interface GPUPipelineLayoutDescriptor {
bindGroupLayouts: Iterable<GPUBindGroupLayout>;
label?: string;
}
bindGroupLayouts: Iterable<GPUBindGroupLayout>;
label?: string;
}
Hierarchy
- GPUObjectDescriptorBase
- GPUPipelineLayoutDescriptor (View Summary)
Index
Properties
attribute in the {@link GPUShaderModule}, with the `N`th element corresponding with `@group(N)`.
attribute in the {@link GPUShaderModule}, with the `N`th element corresponding
with `@group(N)`.
bindGroupLayouts
A list of optional GPUBindGroupLayouts the pipeline will use. Each element corresponds to a
The initial value of GPUObjectBase.label.