glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
gl33ext/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
10namespace gl33ext
11{
12
13
14// use boolean type
15using gl::GLboolean;
16
17
18// import booleans to namespace
19using gl::GL_FALSE;
20using gl::GL_TRUE;
21
22
23} // namespace gl33ext
Definition gl33ext/bitfield.h:11