ShaderPrecision.hx 89 B

123456
  1. package flash.display;
  2. @:fakeEnum(String) extern enum ShaderPrecision {
  3. FAST;
  4. FULL;
  5. }