ShaderPrecision.hx 70 B

123456
  1. package flash.display;
  2. extern enum ShaderPrecision {
  3. FAST;
  4. FULL;
  5. }