Context3DClearMask.hx 162 B

12345678
  1. package flash.display3D;
  2. extern class Context3DClearMask {
  3. static var ALL : Int;
  4. static var COLOR : Int;
  5. static var DEPTH : Int;
  6. static var STENCIL : Int;
  7. }