ITexelBufferInfo

Description

interface Tinman.Terrain.Rendering.ITexelBufferInfo

Derived from

ISrgb

Extended by

IModelTextureDynamic
TexelBuffer abstract

Provides information about a texel buffer while excluding the actual texel data.

Public / Attributes

Format


public attribute Format → (get)

value : TextureFormat

The texture format.

The texture format of this texel buffer.

Height


public attribute Height → (get)

value : int32

[>0]
The buffer height, in texels.

The texel buffer height.

Mipmap​Count


public attribute MipmapCount → (get)

value : int32

[>=1]
The mipmap level count.

The number of mipmap levels.

Width


public attribute Width → (get)

value : int32

[>0]
The buffer width, in texels.

The texel buffer width.