rhodonite
    Preparing search index...

    Variable ShadowMapTypeConst

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