Skip to content

WithFragment

Defined in: packages/typegpu/src/core/root/rootTypes.ts:105

Output extends FragmentOutConstrained = FragmentOutConstrained

createPipeline(): TgpuRenderPipeline<Output>

Defined in: packages/typegpu/src/core/root/rootTypes.ts:125

TgpuRenderPipeline<Output>


withDepthStencil(depthStencilState): WithFragment<Output>

Defined in: packages/typegpu/src/core/root/rootTypes.ts:117

undefined | GPUDepthStencilState

WithFragment<Output>


withMultisample(multisampleState): WithFragment<Output>

Defined in: packages/typegpu/src/core/root/rootTypes.ts:121

undefined | GPUMultisampleState

WithFragment<Output>


withPrimitive(primitiveState): WithFragment<Output>

Defined in: packages/typegpu/src/core/root/rootTypes.ts:108

undefined | GPUPrimitiveState | Omit<GPUPrimitiveState, "stripIndexFormat"> & object

WithFragment<Output>