Skip to content

Documentation / device / TextureType

Type Alias: TextureType

TextureType = "2d" | "3d" | "cube" | "2darray"

Defined in: libs/device/src/base_types.ts:66

The texture type

Released under the MIT License.