go-gl / gl

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

v3.1/gles2: Not supported on macOS. #87

Closed ynaoto closed 6 years ago

ynaoto commented 6 years ago
$ go get -u github.com/go-gl/gl/v3.1/gles2
# github.com/go-gl/gl/v3.1/gles2
go/src/github.com/go-gl/gl/v3.1/gles2/package.go:37:11: fatal error: 'KHR/khrplatform.h' file not found
 #include <KHR/khrplatform.h>
          ^~~~~~~~~~~~~~~~~~~
1 error generated.
errcw commented 6 years ago

I don't believe macOS supports GLES?

dmitshur commented 6 years ago

As far as I know, it does not. If you have evidence otherwise, please let us know.

https://developer.apple.com/opengl/ mentions only macOS.

https://developer.apple.com/opengl-es/ mentions only iOS and tvOS (not macOS).

errcw commented 6 years ago

I believe this question is resolved.