Descriptor
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:293
Extends
Section titled “Extends”Properties
Section titled “Properties”attribs?
Section titled “attribs?”
optionalattribs:AnyVertexAttribs
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:304
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.
Inherited from
Section titled “Inherited from”fragment?
Section titled “fragment?”
optionalfragment:TgpuFragmentFn<Record<string,never>,Out> | (input) =>AutoFragmentOut<v4f|AnyAutoCustoms|undefined>
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:297
multisample?
Section titled “multisample?”
optionalmultisample:GPUMultisampleState
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:290
Describes the multi-sampling properties of the pipeline.
Inherited from
Section titled “Inherited from”primitive?
Section titled “primitive?”
optionalprimitive:TgpuPrimitiveState
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:282
Describes the primitive-related properties of the pipeline.
Inherited from
Section titled “Inherited from”targets?
Section titled “targets?”
optionaltargets:AnyFragmentTargets
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:305
vertex
Section titled “vertex”vertex:
TgpuVertexFn<Record<string,never>,Out> | (input) =>AutoVertexOut<AnyAutoCustoms>
Defined in: packages/typegpu/src/core/pipeline/renderPipeline.ts:294