ptitSeb / gl4es

GL4ES is a OpenGL 2.1/1.5 to GL ES 2.0/1.1 translation library, with support for Pandora, ODroid, OrangePI, CHIP, Raspberry PI, Android, Emscripten and AmigaOS4.
http://ptitseb.github.io/gl4es/
MIT License
694 stars 159 forks source link

Texture conversation #323

Closed ghost closed 3 years ago

ghost commented 3 years ago

Well, I see two texture types: GL_UNSIGNED_SHORT_1_5_5_5_REV and GL_UNSIGNED_SHORT_5_5_5_1.What does the suffix "REV" stand for? Is the order of the pixel components reversed: from RGBA to ARGB, or something else?😊