We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b04e37 commit 5e445bdCopy full SHA for 5e445bd
README.md
@@ -23,7 +23,8 @@ cd $GOPATH/src/github.com/go-gl/glow
23
go build
24
./glow download
25
./glow generate -api=gl -version=4.1 -profile=core -remext=GL_ARB_cl_event
26
-go install ./gl-core/4.1/gl
+# the profile is now installed in a gl directory
27
+go install ./gl
28
```
29
30
3- [**GLFW 3.2**](https://github.com/go-gl/glfw) - Go bindings for GLFW 3
0 commit comments