Skip to content

Documentation / device / ComputeProgramConstructParams

Interface: ComputeProgramConstructParams

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

Creation options of computing shader program

Properties

source

source: string

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

The shader source


bindGroupLayouts

bindGroupLayouts: BindGroupLayout[]

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

Bind group layouts for the program

Released under the MIT License.