Skip to content

WithFragment

Output extends FragmentOutConstrained = FragmentOutConstrained

createPipeline(): TgpuRenderPipeline<Output>

TgpuRenderPipeline<Output>

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


withDepthStencil(depthStencilState): WithFragment<Output>

undefined | GPUDepthStencilState

WithFragment<Output>

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


withMultisample(multisampleState): WithFragment<Output>

undefined | GPUMultisampleState

WithFragment<Output>

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


withPrimitive(primitiveState): WithFragment<Output>

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

WithFragment<Output>

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