glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
gl42core/values.h
Go to the documentation of this file.
1
2#pragma once
3
4
5#include <glbinding/nogl.h>
6
7#include <glbinding/gl/values.h>
8
9
10namespace gl42core
11{
12
13
14// import values to namespace
15using gl::GL_INVALID_INDEX;
16using gl::GL_TIMEOUT_IGNORED;
17
18
19} // namespace gl42core
Definition gl42core/bitfield.h:11