Fix extra class flash.display

This commit is contained in:
MartySVK 2024-08-12 23:18:57 +02:00 committed by Lord-McSweeney
parent 7ed2bdb8b6
commit 953c6732cc
5 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,5 @@
package flash.display {
[API("680")]
public final class BitmapEncodingColorSpace {
public static const COLORSPACE_AUTO: String = "auto";
public static const COLORSPACE_4_4_4: String = "4:4:4";

View File

@ -1,4 +1,5 @@
package flash.display {
[API("680")]
public final class JPEGEncoderOptions {
public var quality: uint;

View File

@ -1,4 +1,5 @@
package flash.display {
[API("680")]
public final class JPEGXREncoderOptions {
public var quantization: uint;
public var colorSpace: String;

View File

@ -1,4 +1,5 @@
package flash.display {
[API("680")]
public final class PNGEncoderOptions {
public var fastCompression:Boolean;

View File

@ -7,6 +7,7 @@ package flash.display {
import __ruffle__.stub_method;
[Ruffle(InstanceAllocator)]
[API("674")]
public class Stage3D extends EventDispatcher {
public native function get context3D():Context3D;
@ -24,6 +25,7 @@ package flash.display {
}, 0);
}
[API("692")]
public function requestContext3DMatchingProfiles(profiles:Vector.<String>):void {
var stage3d = this;
var profiles = profiles.concat();