Skip to content

WithFragment

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

Targets extends FragmentOutConstrained = FragmentOutConstrained

createPipeline(): TgpuRenderPipeline<Targets>

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

TgpuRenderPipeline<Targets>


withDepthStencil(depthStencilState): WithFragment<Targets>

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

GPUDepthStencilState | undefined

WithFragment<Targets>


withMultisample(multisampleState): WithFragment<Targets>

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

GPUMultisampleState | undefined

WithFragment<Targets>


withPrimitive(primitiveState): WithFragment<Targets>

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

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

WithFragment<Targets>