View source
enum abstract Context3DBufferUsage(Null<Int>)
package openfl.display3D
Available on all platforms
Defines the values to use for specifying the buffer usage type.
Variables
inlineread onlyDYNAMIC_DRAW:Context3DBufferUsage = 0
Indicates the buffer will be used for drawing and be updated frequently
inlineread 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
.