Type Alias ShadowDebugMode

ShadowDebugMode:
    | boolean
    | "factor"
    | "depth"
    | "rawDepth"
    | "cascade"
    | "refDepth"
    | "bias"
    | "blockerDepth"
    | "filterRadius"
    | "visibility"

Shadow debug output mode.