glcxx: A Modern C++ Interface to OpenGL Object Management
glcxx.hpp
Go to the documentation of this file.
1 
6 #ifndef GLCXX_HPP
7 #define GLCXX_HPP
8 
9 #include "glcxx/Array.hpp"
10 #include "glcxx/Buffer.hpp"
11 #include "glcxx/Error.hpp"
12 #include "glcxx/Program.hpp"
13 #include "glcxx/Shader.hpp"
14 #include "glcxx/Texture.hpp"
15 
16 #endif
C++ wrapper for an OpenGL texture object.
C++ wrapper for an OpenGL program object.
C++ wrapper for an OpenGL shader object.
C++ wrapper for an OpenGL buffer object.
C++ wrapper for an OpenGL vertex array object.
C++ exceptions for glcxx.