TexelBufferBitPattern16

Description

abstract class Tinman.Terrain.Rendering.TexelBufferBitPattern16

Derived from

TexelBufferBitPattern abstract

Extended by

TexelBufferHalf1 abstract
TexelBufferHalf2 abstract
TexelBufferHalf4 abstract

Abstract base class for TexelBuffers that encode texels in 16-bit words, using one or more channels with up to 8 bits each.

Protected / Constructors

Texel​Buffer​Bit​Pattern16


protected constructor TexelBufferBitPattern16 → (6)

width in : int32

[>0]
The buffer width, in texels.

height in : int32

[>0]
The buffer height, in texels.

format in : TextureFormat

[not-null]
The texture format.

mipmap in : TexelBuffer own

Texel buffer of next mipmap or null.

channels in : int32

[>=1]
The number of data channels.

tuples in : int32

[1..4]
The number of data tuples.

Creates a new instance of TexelBufferBitPattern16.