| Package | flash.display3D |
| Class | public final class Context3DProgramType |
| Inheritance | Context3DProgramType Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
See also
| Constant | Defined by | ||
|---|---|---|---|
| FRAGMENT : String = "fragment" [static]
A fragment (or pixel) program.
| Context3DProgramType | ||
| VERTEX : String = "vertex" [static]
A vertex program.
| Context3DProgramType | ||
| FRAGMENT | constant |
public static const FRAGMENT:String = "fragment"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
A fragment (or pixel) program.
| VERTEX | constant |
public static const VERTEX:String = "vertex"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
A vertex program.