Enumeration Usage

WebGLBuffer usage.

Enumeration Members

DYNAMIC_DRAW

Contents of the buffer are likely to be used often and change often. Contents are written to the buffer, but not read.

STATIC_DRAW

Contents of the buffer are likely to be used often and not change often. Contents are written to the buffer, but not read.

STREAM_DRAW

Contents of the buffer are likely to not be used often. Contents are written to the buffer, but not read.