Skip to content

DescriptorBase

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

optional depthStencil: GPUDepthStencilState

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

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


optional multisample: GPUMultisampleState

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

Describes the multi-sampling properties of the pipeline.


optional primitive: TgpuPrimitiveState

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

Describes the primitive-related properties of the pipeline.