add documentation link

This commit is contained in:
Josh Holtrop 2015-06-16 23:46:18 -04:00
parent 09b4c82edd
commit e0f6651161

View File

@ -28,6 +28,10 @@ auto buffer = glcxx::Buffer::create(GL_ARRAY_BUFFER, GL_STATIC_DRAW,
{-1, -1, 1, -1, 1, 1, -1, 1}); {-1, -1, 1, -1, 1, 1, -1, 1});
``` ```
## Documentation
[https://holtrop.github.io/glcxx/doxygen/annotated.html](https://holtrop.github.io/glcxx/doxygen/annotated.html)
## Integrating onto a Project ## Integrating onto a Project
glcxx can be imported into an OpenGL project as a subdirectory and built along glcxx can be imported into an OpenGL project as a subdirectory and built along