Skip to content

Documentation / device / TextureMipmapLevelData

Interface: TextureMipmapLevelData

Defined in: libs/device/src/gpuobject.ts:1024

A data structure that holds the texture data of a mipmap level

Properties

data

data: TypedArray

Defined in: libs/device/src/gpuobject.ts:1026

The texture data


width

width: number

Defined in: libs/device/src/gpuobject.ts:1028

Width of the mipmap level


height

height: number

Defined in: libs/device/src/gpuobject.ts:1030

Height of the mipmap level

Released under the MIT License.