Interface StencilFaceState

Descriptor of the stencil face state.

See

https://www.w3.org/TR/webgpu/#dictdef-gpudepthstencilstate

Hierarchy

  • StencilFaceState

Properties

compare?: CompareFunction

Stencil compare function. Defaults to Always

depthFailOp?: StencilOperation

Stencil depth fail operation. Defaults to Keep

Stencil fail operation. Defaults to Keep

Stencil pass operation. Defaults to Keep

Generated using TypeDoc