BufferType

enum BufferType : Enum<BufferType>

Buffer type.

Entries

ARRAY_BUFFER
Link copied to clipboard
common
A buffer of vertex attributes.
ELEMENT_ARRAY_BUFFER
Link copied to clipboard
common
A buffer of vertex array indices.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: BufferType): 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