Variable ShadowMapTypeConst

ShadowMapType: Readonly<{
    Standard: EnumIO;
    Variance: EnumIO;
    from: ((index: number) => ShadowMapEnum | undefined);
    fromString: ((str: string) => ShadowMapEnum);
}> = ...