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
The GPU animation is using something like 8 framebuffer attachments, but a lot of mobile devices (especially iOS ones it seems) don't support more than 2.
In the long term it'd be nice to do all the GPU interpolation with just one big texture, but in the meantime a simple workaround could be to just disable GPU animation for devices with < 8 framebuffer attachments.