diff --git a/externs/air/flash/display3D/Context3DProfile.hx b/externs/air/flash/display3D/Context3DProfile.hx new file mode 100644 index 000000000..8b8054cf1 --- /dev/null +++ b/externs/air/flash/display3D/Context3DProfile.hx @@ -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 +} \ No newline at end of file