Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BufferUsage

Index

Enumeration Members

Enumeration Members

Dynamic: 2

The buffer contents are intended to be re-specified repeatedly, and used many times

Static: 1

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

Stream: 3

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

Generated using TypeDoc