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.

Properties

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