Package | flash.display3D |
Class | public final class Context3DProgramType |
Inheritance | Context3DProgramType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
Related API Elements
Public Properties
Public Methods
Public 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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
A fragment (or pixel) program.
VERTEX | Constant |
public static const VERTEX:String = "vertex"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 11, AIR 3 |
A vertex program.
Mon Nov 28 2011, 06:48 AM -08:00