HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLContext.h File Reference
+ 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...
 

Detailed Description

OpenGL context class

Definition in file GLContext.h.

Typedef Documentation

using GLContextPtr = std::shared_ptr<class GLContext>

GLContext shared pointer.

Definition at line 37 of file GLContext.h.

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.