Context3DProfile.hx 112 B

123456
  1. package flash.display3D;
  2. @:fakeEnum(String) extern enum Context3DProfile {
  3. BASELINE;
  4. BASELINE_CONSTRAINED;
  5. }