GL ES texture ushort16 support?

Couldnt find any documentation is GL_LUMINANCE16 textures (unsigned short) supported in GLES ?

From the manual, these appear to be only supported texture formats:

                GL_ALPHA,
                GL_RGB,
                GL_RGBA,
                GL_LUMINANCE, and
                GL_LUMINANCE_ALPHA.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.