BufferUsage

enum BufferUsage : Enum<BufferUsage>

Buffer usage strategy.

Entries

STREAM_DRAW
Link copied to clipboard
common
One-time use buffer.
STATIC_DRAW
Link copied to clipboard
common
Static buffer contents.
DYNAMIC_DRAW
Link copied to clipboard
common
Dynamic buffer contents.

Properties

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