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