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:232
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:212
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:225
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:216
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:208
targets?
Section titled “targets?”
optionaltargets:AnyFragmentTargets
Defined in
Section titled “Defined in”packages/typegpu/src/core/pipeline/renderPipeline.ts:233
vertex
Section titled “vertex”vertex:
TgpuVertexFn<Record<string,never>,Out> | (input) =>AutoVertexOut<AnyAutoCustoms>