static ContextGLX Current(void)
Returns a wrapper for the currently bound GLX context.
Definition: context_glx.hpp:49
Wrapper for a valid GLX context handle.
Definition: context_glx.hpp:24
void Release(void)
Releases the current context without binding a new one.
Definition: context_glx.hpp:65
void MakeCurrent(const SurfaceGLX &surface)
Makes the context current on this thread.
Definition: context_glx.hpp:55