Skip to main content
A compiled GPU render pipeline (shaders + fixed-function state).

Constructors

new

Methods

getBindGroupLayout

Returns the layout the pipeline auto-derived for @group(N). Errors if bindGroupLayouts was supplied at construction (reuse the explicit one) or if N is not bound by the shader. Mirrors WebGPU’s pipeline.getBindGroupLayout(index).