Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BufferUsage

Index

Enumeration members

Enumeration members

Dynamic

Dynamic: = DYNAMIC_DRAW

The data store contents will be modified repeatedly and used many times.

Static

Static: = STATIC_DRAW

The data store contents will be modified once and used many times.

Stream

Stream: = STREAM_DRAW

The data store contents will be modified once and used at most a few times.

Generated using TypeDoc