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
Currently [email protected] is 1014 x 3696 pixels and [email protected] is 1792 x 3578 pixels. For an older generation of devices including the iPhone 4, Galaxy Nexus, and Raspberry Pi, this exceeds the GL_MAX_TEXTURE_SIZE limit of 2048 pixels (in either dimension). This means that these devices will fail to display any sprites in either of these images.
We can continue to support this generation of devices if we organize our sprites into pages of at most 2048 x 2048 pixels. I think it's worth a try!
The text was updated successfully, but these errors were encountered:
Currently [email protected] is 1014 x 3696 pixels and [email protected] is 1792 x 3578 pixels. For an older generation of devices including the iPhone 4, Galaxy Nexus, and Raspberry Pi, this exceeds the GL_MAX_TEXTURE_SIZE limit of 2048 pixels (in either dimension). This means that these devices will fail to display any sprites in either of these images.
We can continue to support this generation of devices if we organize our sprites into pages of at most 2048 x 2048 pixels. I think it's worth a try!
The text was updated successfully, but these errors were encountered: