|
OSVR-Core
|
RAII wrapper for SDL OpenGL context. More...
#include <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.
1.8.12