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