On this page
Properties

Type Alias StencilFuncType

type StencilFuncType = {
    func: CompareFuncType;
    mask: number;
    ref: number;
}
Index

Properties

Properties

mask: number
ref: number
Was this helpful?
SDK JS
Reference
StencilFuncType