Enumeration BufferUsage

Buffer usage.

Enumeration Members

Enumeration Members

Dynamic: 1

The buffer contents are intended to be respecified repeatedly, and used many times

Static: 0

The buffer content are intended to be specified once, and used many times

Stream: 2

The buffer contents are intended to be specified once, and used at most a few times

Generated using TypeDoc