BufferType

enum BufferType : Enum<BufferType>

Buffer type.

Entries

ELEMENT_ARRAY_BUFFER
Link copied to clipboard

A buffer of vertex array indices.

ARRAY_BUFFER
Link copied to clipboard

A buffer of vertex attributes.

Properties

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