Interface RenderPipelineState

Descriptor of render pipeline states.

See

https://www.w3.org/TR/webgpu/#render-pipeline-creation

Hierarchy

Properties

depthStencil?: null | DepthStencilState

The depth stencil states. Defaults to null, which disables depth/stencil test.

multisample?: MultisampleState

The multisample states. Defaults to empty.

primitive?: PrimitiveState

The primitive states. Defaults to empty.

targets?: null | ColorTargetStates

The color target states. Defaults to null, which disables blending.

Generated using TypeDoc