magic-pixels
    Preparing search index...

    Variable FilterConst

    Filter: {
        LINEAR: "linear";
        LINEAR_MIPMAP_LINEAR: "linear-mipmap-linear";
        LINEAR_MIPMAP_NEAREST: "linear-mipmap-nearest";
        NEAREST: "nearest";
        NEAREST_MIPMAP_LINEAR: "nearest-mipmap-linear";
        NEAREST_MIPMAP_NEAREST: "nearest-mipmap-nearest";
    } = ...

    Type Declaration

    • ReadonlyLINEAR: "linear"
    • ReadonlyLINEAR_MIPMAP_LINEAR: "linear-mipmap-linear"
    • ReadonlyLINEAR_MIPMAP_NEAREST: "linear-mipmap-nearest"
    • ReadonlyNEAREST: "nearest"
    • ReadonlyNEAREST_MIPMAP_LINEAR: "nearest-mipmap-linear"
    • ReadonlyNEAREST_MIPMAP_NEAREST: "nearest-mipmap-nearest"