Interface GPUStencilFaceState

Hierarchy

  • GPUStencilFaceState

Properties

The GPUCompareFunction used when testing fragments against depthStencilAttachment stencil values.

depthFailOp?: GPUStencilOperation

The GPUStencilOperation performed if the fragment depth comparison described by depthCompare fails.

The GPUStencilOperation performed if the fragment stencil comparison test described by compare fails.

The GPUStencilOperation performed if the fragment stencil comparison test described by compare passes.

Generated using TypeDoc