Vendor updates

This commit is contained in:
2018-10-13 01:38:03 +01:00
parent 0dd44d9de7
commit 197b5e696b
51 changed files with 70978 additions and 10088 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ package gles2
#include <stdlib.h>
#include <GL/glx.h>
void* GlowGetProcAddress_gles231(const char* name) {
return glXGetProcAddress(name);
return glXGetProcAddress((const GLubyte *) name);
}
#endif
*/