Advanced
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).
GPUTextureViewDescriptor.dimension
cube
The texture view dimensions that are supported by pixi.
This aligns with WebGPU's
GPUTextureViewDescriptor.dimensionand controls how a texture is viewed/sampled (e.g.cubefor cube maps).