|
HDK
|
Include dependency graph for GLContext.h:Go to the source code of this file.
Classes | |
| class | GLContext |
Typedefs | |
| using | HardwareContextHandle = void * |
| Platform dependent definition of a hardware context. More... | |
| using | SimpleWindowPtr = std::shared_ptr< class SimpleWindow > |
| SimpleWindow shared pointer. More... | |
| using | GLContextPtr = std::shared_ptr< class GLContext > |
| GLContext shared pointer. More... | |
OpenGL context class
Definition in file GLContext.h.
| using GLContextPtr = std::shared_ptr<class GLContext> |
GLContext shared pointer.
Definition at line 37 of file GLContext.h.
| using HardwareContextHandle = void* |
Platform dependent definition of a hardware context.
Definition at line 30 of file GLContext.h.
| using SimpleWindowPtr = std::shared_ptr<class SimpleWindow> |
SimpleWindow shared pointer.
Definition at line 34 of file GLContext.h.