On this page

Type Alias StencilOpConstant

StencilOpConstant:
    | WebGLRenderingContextBase["KEEP"]
    | WebGLRenderingContextBase["ZERO"]
    | WebGLRenderingContextBase["REPLACE"]
    | WebGLRenderingContextBase["INCR"]
    | WebGLRenderingContextBase["INCR_WRAP"]
    | WebGLRenderingContextBase["DECR"]
    | WebGLRenderingContextBase["DECR_WRAP"]
    | WebGLRenderingContextBase["INVERT"]
Was this helpful?
SDK JS
Reference
StencilOpConstant