window.runtime property | window.runtime.flash.display3D.Context3DProgramType |
Inheritance | Context3DProgramType Object |
Runtime Versions: | 3 |
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
FRAGMENT : String = "fragment" [static]
A fragment (or pixel) program. | Context3DProgramType | ||
VERTEX : String = "vertex" [static]
A vertex program. | Context3DProgramType |
Constant Detail
FRAGMENT | Constant |
public static const FRAGMENT:String = "fragment"
Runtime Versions: | 3 |
A fragment (or pixel) program.
VERTEX | Constant |
public static const VERTEX:String = "vertex"
Runtime Versions: | 3 |
A vertex program.
Thu Sep 29 2011, 02:34 AM -07:00