pixi.js
    Preparing search index...

    Type Alias TEXTURE_VIEW_DIMENSIONSAdvanced

    TEXTURE_VIEW_DIMENSIONS: TEXTURE_DIMENSIONS | "2d-array" | "cube" | "cube-array"

    The texture view dimensions that are supported by pixi.

    This aligns with WebGPU's GPUTextureViewDescriptor.dimension and controls how a texture is viewed/sampled (e.g. cube for cube maps).