|
@@ -5,6 +5,6 @@ package flash.display;
|
|
|
var visible : Bool;
|
|
|
var x : Float;
|
|
|
var y : Float;
|
|
|
- function requestContext3D(?context3DRenderMode : String, ?profile : flash.display3D.Context3DProfile) : Void;
|
|
|
+ function requestContext3D(?context3DRenderMode : flash.display3D.Context3DRenderMode, ?profile : flash.display3D.Context3DProfile) : Void;
|
|
|
@:require(flash12) function requestContext3DMatchingProfiles(profiles : flash.Vector<String>) : Void;
|
|
|
}
|