Hi every body!
I have a problem with some devices that doesn't support non power of two images, and I would like to know if a device support this kind of operations or not.
Thanks!

String extensions = " " + gl.glGetString (GL10.GL_EXTENSIONS) + " ";
if (extensions.contains (" GL_OES_texture_npot ") == false)
; // NPOT not supported


Return to Android 2D/3D Graphics - OpenGL Problems
Users browsing this forum: No registered users and 1 guest