RAII wrapper for SDL OpenGL context. More...
#include </home/jenkins/root/workspace/OSVR-Core-Docs/examples/clients/opengl-sdl/SDL2Helpers.h>
| Public Member Functions | |
| template<typename... Args> | |
| GLContext (Args &&...args) | |
| Forwarding constructor. | |
| ~GLContext () | |
| Destructor for cleanup. | |
| operator SDL_GLContext () const | |
| Implicit conversion. | |
| GLContext (GLContext const &)=delete | |
| GLContext & | operator= (GLContext const &)=delete | 
RAII wrapper for SDL OpenGL context.
Definition at line 79 of file SDL2Helpers.h.