feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
915 stars 386 forks source link

Async ATF support in ImageLoader #1769

Open esidegallery opened 5 years ago

esidegallery commented 5 years ago

I've noticed that although there is an asyncTextureUpload property, it doesn't apply to ATF files (this._texture.root.uploadAtfData(rawData) and Texture.fromAtfData(rawData, this._scaleFactor) are not defining async functions/flags). Although ATF uploading is a lot faster than BMP, I'm still noticing a small hit while this happens during scrolling.