go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.08k stars 74 forks source link

Support egl and gles2 tags on windows #133

Closed zwang closed 3 years ago

zwang commented 3 years ago

to support using EGL+Desktop OpenGL and EGL+OpenGLES2(ANGLE) on windows

Cover latest glow changes and the changes in the two PRs below: https://github.com/go-gl/glow/pull/112 https://github.com/go-gl/glow/pull/113

zwang commented 3 years ago

Apparently I don't know how to fix the CI. But I want to fix it. If anybody can give me some advice how to fix this, I will really appreciate it. Thanks in advance.

errcw commented 3 years ago

Honestly I suspect the CI configuration has rotted since the previous commit, so I'm comfortable merging as-is.