Anyone know the maximum texture size for the iPad? I’m having trouble finding numbers for this.
Anyone know the maximum texture size for the iPad? I’m having trouble finding numbers
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a supplement to the accepted answer:
2048 was the maximum for iPad2 as well, up until iOS5.1, when it became 4096.
4096 is the maximum for iPad3, as pointed out by @badweasel in the comments.
Best to determine the limit programmatically, using
This is useful if you want your code to adapt to maximum sizes on devices or versions you haven’t tried, or haven’t yet been released.