Skip to content

Documentation / device / TextureMipmapLevelData

Interface: TextureMipmapLevelData

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

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

Properties

data

data: TypedArray

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

The texture data


width

width: number

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

Width of the mipmap level


height

height: number

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

Height of the mipmap level

Released under the MIT License.