google / dart-gl

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

support for gles3.x to achieve feature parity with webgl2 #13

Closed robertmuth closed 7 years ago

robertmuth commented 7 years ago

Now that webgl2 is a "standard" feature on chrome and firefox, it would be nice if dart-gl would support gles3.x which has similar features.

jtmcdole commented 7 years ago

Have you tried running the generator against gl3.h?