setStencilOpDepthStencilPass abstract method
Future
setStencilOpDepthStencilPass(
- StencilOperation op, [
- StencilFace face = StencilFace.FRONT_AND_BACK
Sets the stencil operation to be performed when both depth and stencil tests pass
Implementation
Future setStencilOpDepthStencilPass(StencilOperation op,
[StencilFace face = StencilFace.FRONT_AND_BACK]);