Home » Developing U++ » U++ Developers corner » OpenGL texture issues
Re: OpenGL texture issues [message #41176 is a reply to message #40719] |
Fri, 08 November 2013 15:06  |
raxvan
Messages: 60 Registered: December 2009
|
Member |
|
|
Hello,
In opengl/openglES(2.0+) there is almost no limitation on the dimension of the texures, only the maximum size and most mobile GPU's support 4096x4096 maximum size (desktops even more).
The power of 2 texture size is a limitation imposed by textures compossion, so if you want to have compressed textures you need power of 2 otherwise compression will not be possible.
PVRTC compression also requires for the textures to be square.
Other features such as mip mapping and swizzled textures will still not be possible without power of 2 textures.
Razvan.
92b48bf94855483bb4cec8bcc8c0c933
[Updated on: Fri, 08 November 2013 15:07] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat May 03 14:22:03 CEST 2025
Total time taken to generate the page: 0.03371 seconds
|