Skip to content

WithFragment

Targets extends FragmentOutConstrained = FragmentOutConstrained

createPipeline(): TgpuRenderPipeline<Targets>

TgpuRenderPipeline<Targets>

packages/typegpu/src/core/root/rootTypes.ts:193


withDepthStencil(depthStencilState): WithFragment<Targets>

undefined | GPUDepthStencilState

WithFragment<Targets>

packages/typegpu/src/core/root/rootTypes.ts:189


withMultisample(multisampleState): WithFragment<Targets>

undefined | GPUMultisampleState

WithFragment<Targets>

packages/typegpu/src/core/root/rootTypes.ts:191


withPrimitive(primitiveState): WithFragment<Targets>

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

WithFragment<Targets>

packages/typegpu/src/core/root/rootTypes.ts:180