glbinding  3.3.0.0
A C++ binding for the OpenGL API, generated using the gl.xml specification.
Loading...
Searching...
No Matches
ContextHandle.h
Go to the documentation of this file.
1
2#pragma once
3
4
5namespace glbinding
6{
7
8
9using ContextHandle = long long int;
10
11
12} // namespace glbinding
Contains all the classes of glbinding.
long long int ContextHandle
Type for storing context handles.
Definition ContextHandle.h:9