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