DescriptorBase
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:278
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:286
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:290
Describes the multi-sampling properties of the pipeline.
primitive?
Section titled “primitive?”
optionalprimitive:TgpuPrimitiveState
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:282
Describes the primitive-related properties of the pipeline.