Defines the values to use for specifying the buffer usage type.

Variables

@:value(cast 0)@:impl@:enuminlineread onlyDYNAMIC_DRAW:Context3DBufferUsage = 0

Indicates the buffer will be used for drawing and be updated frequently

@:value(cast 1)@:impl@:enuminlineread onlySTATIC_DRAW:Context3DBufferUsage = 1

Indicates the buffer will be used for drawing and be updated once

This type is the default value for buffers in Stage3D.