ANDROID: Add GLAD support
This commit is contained in:
parent
a9418f8f63
commit
1c18c269dc
9 changed files with 30 additions and 8 deletions
|
@ -223,8 +223,7 @@ void AndroidGraphicsManager::touchControlNotifyChanged() {
|
|||
void *AndroidGraphicsManager::getProcAddress(const char *name) const {
|
||||
ENTER("%s", name);
|
||||
|
||||
// TODO: Support dynamically loaded OpenGL
|
||||
return nullptr;
|
||||
return androidGLgetProcAddress(name);
|
||||
}
|
||||
|
||||
bool AndroidGraphicsManager::notifyMousePosition(Common::Point &mouse) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue