Language version: | ActionScript 3.0 |
Defines the values to use for specifying the buffer usage type.
and flash.display.Context3D.createVextexBuffer()
public static const DYNAMIC_DRAW:String = "dynamicDraw"
Language version: | ActionScript 3.0 |
Indicates the buffer will be used for drawing and be updated frequently
public static const STATIC_DRAW:String = "staticDraw"
Language version: | ActionScript 3.0 |
Indicates the buffer will be used for drawing and be updated once
This type is the default value for buffers in Stage3D
.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00