TextureInternalFormat

enum TextureInternalFormat : Enum<TextureInternalFormat>

Texture color components.

Since

v1.1.0

Entries

Link copied to clipboard

Only depth component.

Link copied to clipboard

RGB color.

Link copied to clipboard

RGBA color.

Link copied to clipboard

RGB color (16-bit float per channel).

Link copied to clipboard

RGBA color (16-bit float per channel).

Properties

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