Skip to content

DescriptorBase

Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:197

optional depthStencil: GPUDepthStencilState

Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:205

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


optional multisample: GPUMultisampleState

Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:209

Describes the multi-sampling properties of the pipeline.


optional primitive: TgpuPrimitiveState

Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:201

Describes the primitive-related properties of the pipeline.