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