Texture/sprite Size


MrTAToad said:
What is the maximum texture (or sprite/graphic) size that is allowed on the Pandora ? I presume it wont be around the somewhat Windows standard of 4096x4096 size...
Code:
GL_MAX_TEXTURE_SIZE: 2048
GL_MAX_CUBE_MAP_TEXTURE_SIZE: 2048
GL_MAX_VIEWPORT_DIMS: 2048, 2048
GL_MAX_RENDERBUFFER_SIZE: 2048
 
Last edited by a moderator:
Back
Top