Skip to content

DescriptorBase

optional depthStencil: GPUDepthStencilState

Describes the optional depth-stencil properties, including the testing, operations, and bias.

packages/typegpu/src/core/pipeline/renderPipeline.ts:212


optional multisample: GPUMultisampleState

Describes the multi-sampling properties of the pipeline.

packages/typegpu/src/core/pipeline/renderPipeline.ts:216


optional primitive: TgpuPrimitiveState

Describes the primitive-related properties of the pipeline.

packages/typegpu/src/core/pipeline/renderPipeline.ts:208