TextureType

enum TextureType : Enum<TextureType>

Texture type.

Entries

TEXTURE_2D
Link copied to clipboard
common
2D Texture.
TEXTURE_CUBE_MAP
Link copied to clipboard
common
Cubemap texture.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: TextureType): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

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