Skip to content

WithFragment

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

Targets extends FragmentOutConstrained = FragmentOutConstrained

createPipeline(): TgpuRenderPipeline<Targets>

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

TgpuRenderPipeline<Targets>


withDepthStencil(depthStencilState): WithFragment<Targets>

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

GPUDepthStencilState | undefined

WithFragment<Targets>


withMultisample(multisampleState): WithFragment<Targets>

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

GPUMultisampleState | undefined

WithFragment<Targets>


withPrimitive(primitiveState): WithFragment<Targets>

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

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

WithFragment<Targets>