Class StencilMode
Constructors
constructor
- new StencilMode(
test: StencilTestGL,
ref: number,
mask: number,
fail: StencilOpConstant,
depthFail: StencilOpConstant,
pass: StencilOpConstant,
): StencilModeParameters
- test: StencilTestGL
- ref: number
- mask: number
- fail: StencilOpConstant
- depthFail: StencilOpConstant
- pass: StencilOpConstant
Returns StencilMode
Was this helpful?