DescriptorBase
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:197
Extended by
Section titled “Extended by”Properties
Section titled “Properties”depthStencil?
Section titled “depthStencil?”
optionaldepthStencil:GPUDepthStencilState
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:205
Describes the optional depth-stencil properties, including the testing, operations, and bias.
multisample?
Section titled “multisample?”
optionalmultisample:GPUMultisampleState
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:209
Describes the multi-sampling properties of the pipeline.
primitive?
Section titled “primitive?”
optionalprimitive:TgpuPrimitiveState
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:201
Describes the primitive-related properties of the pipeline.