glshim updated, added latest changes by ptitSeb

This commit is contained in:
lubomyr
2016-02-24 14:55:36 +02:00
parent 2c00167f4e
commit a460cd8fbc
9 changed files with 848 additions and 20 deletions

View File

@@ -51,6 +51,11 @@ const char* PrintEnum(GLenum what) {
p(GL_LUMINANCE8);
p(GL_LUMINANCE16);
p(GL_ALPHA8);
p(GL_COMPRESSED_ALPHA);
p(GL_COMPRESSED_LUMINANCE);
p(GL_COMPRESSED_LUMINANCE_ALPHA);
p(GL_COMPRESSED_RGB);
p(GL_COMPRESSED_RGBA);
// type
p(GL_UNSIGNED_BYTE);
p(GL_UNSIGNED_BYTE_2_3_3_REV);