google / dart-gl

OpenGL ES 2.0 Dart Native Extension
BSD 3-Clause "New" or "Revised" License
90 stars 17 forks source link

Fix extensions promoted in GLESv3 #16

Closed jtmcdole closed 7 years ago

jtmcdole commented 7 years ago

Lookup both OES and non-OES symbols in case the driver is newer.

lyceel commented 7 years ago

LGTM. It's not perfect, but it's good enough to unblock related work.