glbinding  2.1.1.000000000000
A C++ binding for the OpenGL API, generated using the gl.xml specification.
gl41/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
8namespace gl41
9{
10
11
12// import booleans to namespace
13
14using gl::GL_FALSE;
15using gl::GL_TRUE;
16
17
18} // namespace gl41
Definition: gl41/bitfield.h:9