LogoPixi’VN
pixi-jsType aliases

Type Alias: TEXTURE\_VIEW\_DIMENSIONS

> TEXTURE_VIEW_DIMENSIONS = TEXTURE_DIMENSIONS | "2d-array" | "cube" | "cube-array"

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/const.d.ts:38

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).

Advanced