You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I've noticed that although there is an
asyncTextureUpload
property, it doesn't apply to ATF files (this._texture.root.uploadAtfData(rawData)
andTexture.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.The text was updated successfully, but these errors were encountered: