From e0f6651161cdb03f75ede1bde0e1ac49f097c414 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 16 Jun 2015 23:46:18 -0400 Subject: [PATCH] add documentation link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc1954a..391c8c3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ auto buffer = glcxx::Buffer::create(GL_ARRAY_BUFFER, GL_STATIC_DRAW, {-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 glcxx can be imported into an OpenGL project as a subdirectory and built along