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