Browse Source

Flash 12 API synch

Added Flash 12 Stage3D profile autodetection method.
Peter "sHTiF" Stefcek 11 years ago
parent
commit
a583849be7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/flash/display/Stage3D.hx

+ 1 - 0
std/flash/display/Stage3D.hx

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