Έκδοση
3.5-1794
Διακλάδωση
master
Ημερομηνία
πριν από 10 χρόνια, 7 μήνες
Windows x64 Windows x86 Mac OS X Android
Commit
06620ff364aef8ff26743f197d0fa26380991094
Αλλαγή συγγραφέα
Ryan Houdek
Αλλαγή περιγραφής
[Android] Fall back to using dlsym on ourselves to pull in OpenGL Functions when eglGetProcAddress fails. This fixes an issue on the Chromebook where I was forced to link to libGLESv2 and pull in the functions statically since eglGetProcAddress wouldn't return any GLESv3 functions. This also changes glMapBuffer to glMapBufferOES because glMapBuffer isn't actually part of the OpenGL ES 3 spec...