glbinding  3.0.2.58901078581f
A C++ binding for the OpenGL API, generated using the gl.xml specification.
gl44/values.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 
5 #include <glbinding/nogl.h>
6 #include <glbinding/gl/values.h>
7 
8 
9 namespace gl44
10 {
11 
12 
13 using gl::GL_INVALID_INDEX;
14 
15 using gl::GL_TIMEOUT_IGNORED;
16 
17 
18 } // namespace gl44
Definition: gl44/bitfield.h:10