BufferUsage

enum BufferUsage : Enum<BufferUsage>

Buffer usage strategy.

Entries

DYNAMIC_DRAW
Link copied to clipboard

Dynamic buffer contents.

STATIC_DRAW
Link copied to clipboard

Static buffer contents.

STREAM_DRAW
Link copied to clipboard

One-time use buffer.

Properties

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