VertexAttributeType

Defines the data structure of a single attribute in a vertex. Each type is assumed to be 4-byte aligned.

Properties

Link copied to clipboard
val Empty: Int = 0
Link copied to clipboard
Link copied to clipboard
val Scalar1f: Int = 1
Link copied to clipboard
val Vec2f: Int = 2
Link copied to clipboard
val Vec2us: Int = 5
Link copied to clipboard
val Vec3f: Int = 3
Link copied to clipboard
val Vec4f: Int = 4
Link copied to clipboard
val Vec4ub: Int = 7
Link copied to clipboard
val Vec4us: Int = 6

Functions

Link copied to clipboard
open fun name(e: Int): String