Descriptor
Extends
Section titled “Extends”Properties
Section titled “Properties”attribs?
Section titled “attribs?”
optionalattribs:AnyVertexAttribs
Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:223
depthStencil?
Section titled “depthStencil?”
optionaldepthStencil:GPUDepthStencilState
Describes the optional depth-stencil properties, including the testing, operations, and bias.
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:205
fragment?
Section titled “fragment?”
optionalfragment:TgpuFragmentFn<Record<string,never>,Out> | (input) =>AutoFragmentOut<undefined|v4f|AnyAutoCustoms>
Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:216
multisample?
Section titled “multisample?”
optionalmultisample:GPUMultisampleState
Describes the multi-sampling properties of the pipeline.
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:209
primitive?
Section titled “primitive?”
optionalprimitive:TgpuPrimitiveState
Describes the primitive-related properties of the pipeline.
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:201
targets?
Section titled “targets?”
optionaltargets:AnyFragmentTargets
Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:224
vertex
Section titled “vertex”vertex:
TgpuVertexFn<Record<string,never>,Out> | (input) =>AutoVertexOut<AnyAutoCustoms>