pixi.js
    Preparing search index...

    Type Alias TexturePoolRequestAdvanced

    TexturePoolRequest: Pick<
        TextureSourceOptions,
        "resolution"
        | "antialias"
        | "autoGenerateMipmaps"
        | "format"
        | "scaleMode",
    > & { height: number; width: number }

    A request for a texture from the pool. width and height are the minimum frame size the texture must hold; the other fields are the only TextureSourceOptions the pool honours, and each falls back to the pool's own options.