TexturePixelType

enum TexturePixelType : Enum<TexturePixelType>

Texture pixel data type.

Since

v1.1.0

Entries

FLOAT
Link copied to clipboard

Floating point number.

INT
Link copied to clipboard
INT()

Signed integer.

UNSIGNED_INT
Link copied to clipboard

Unsigned integer.

SHORT
Link copied to clipboard

Signed short.

UNSIGNED_SHORT
Link copied to clipboard

Unsigned short.

BYTE
Link copied to clipboard

Signed byte.

UNSIGNED_BYTE
Link copied to clipboard

Unsigned byte.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int