Bruno
Bruno
Hi, thanks for the patch! What I usually do is to wait for System.renderer.hasGPU to become true, but this seems better. Another possible idea, what if calling System.init() was unnecessary?...
I'm not sure if there's anything Flambe can do if it's a Chrome regression. Is it possible to detect the regression and blacklist the WebGL renderer at load time? Ideally...
Confirmed. Smells like a Haxe compiler bug. As a workaround, are you able to use @:keep on the classes you want DCE to ignore?
Yeah, unfortunately creating a Stage3D context is asynchronous. So it's possible for it not to be ready yet by the time you call createTexture(), which is especially likely with an...
Is that the complete stack trace...? There's no array indexing on that line.
Do you know if that's with the WebGL or canvas renderer? There's an issue with Mask that's documented in the BlendMode API doc. In canvas, the blend mode is unbounded,...
Can you please share a test case and some more info about your system?
Is it possible to show a preloader when using embedded assets?
You need to grab the source (use the hacking instructions in the readme), then remove the line containing -useLegacyAOT in command/index.js. This is only an interim fix. It will make...
Not sure yet, but it's high on my priorities. I would guestimate a week or so.