package flash.display3D; @:fakeEnum(String) extern enum Context3DProgramType { FRAGMENT; VERTEX; }