TextureInternalFormat

enum TextureInternalFormat : Enum<TextureInternalFormat>

Texture color components.

Since

v1.1.0

Entries

RGBA16F
Link copied to clipboard

RGBA color (16-bit float per channel).

RGB16F
Link copied to clipboard

RGB color (16-bit float per channel).

RGBA
Link copied to clipboard

RGBA color.

RGB
Link copied to clipboard
RGB()

RGB color.

DEPTH_COMPONENT
Link copied to clipboard

Only depth component.

Properties

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