glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
gl30ext/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 gl30ext
11{
12
13
14// import values to namespace
15using gl::GL_ALL_PIXELS_AMD;
16using gl::GL_INVALID_INDEX;
17using gl::GL_LUID_SIZE_EXT;
18using gl::GL_TIMEOUT_IGNORED;
19using gl::GL_UUID_SIZE_EXT;
20
21
22} // namespace gl30ext
Definition gl30ext/bitfield.h:11