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