Add ENHANCED profile to AIR externs
This commit is contained in:
13
externs/air/flash/display3D/Context3DProfile.hx
Normal file
13
externs/air/flash/display3D/Context3DProfile.hx
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
package flash.display3D;
|
||||||
|
|
||||||
|
@:fakeEnum(String) extern enum Context3DProfile {
|
||||||
|
BASELINE;
|
||||||
|
BASELINE_CONSTRAINED;
|
||||||
|
BASELINE_EXTENDED;
|
||||||
|
STANDARD;
|
||||||
|
STANDARD_CONSTRAINED;
|
||||||
|
STANDARD_EXTENDED;
|
||||||
|
#if air
|
||||||
|
ENHANCED;
|
||||||
|
#end
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user