Thanks to visit codestin.com
Credit goes to gpuweb.github.io

Interface GPUPipelineLayoutDescriptor

Hierarchy

attribute in the {@link GPUShaderModule}, with the `N`th element corresponding with `@group(N)`.

Properties

attribute in the {@link GPUShaderModule}, with the `N`th element corresponding with `@group(N)`.

bindGroupLayouts: Iterable<undefined | null | GPUBindGroupLayout>

A list of optional GPUBindGroupLayouts the pipeline will use. Each element corresponds to a

Properties

immediateSize?: number

The size in bytes of the immediate data range.

PROPOSED in Immediates. Check support before using. (Use the non-null assertion operator ! where needed.)

label?: string

The initial value of GPUObjectBase.label.

Generated using TypeDoc