Skip to content

Documentation / device / ComputeProgramConstructParams

Interface: ComputeProgramConstructParams

Defined in: libs/device/src/base_types.ts:2408

Creation options of computing shader program

Properties

source

source: string

Defined in: libs/device/src/base_types.ts:2410

The shader source


bindGroupLayouts

bindGroupLayouts: BindGroupLayout[]

Defined in: libs/device/src/base_types.ts:2412

Bind group layouts for the program

Released under the MIT License.