Does anyone know if GL_TEXTURE_RECTANGLE is supported in OpenGL ES? I plan to use it for 2D graphics to support images without power of two. My current implementation uses POT textures with alpha fill = 0, doesn't work very well with stretched images. This is for OpenGL, but we have plans to port it to OpenGL ES.
source share