void MakeCurrent(const SurfaceWGL &surface)
Makes the context current on this thread.
Definition: context_wgl.hpp:51
Wrapper for a valid WGL context handle.
Definition: context_wgl.hpp:24
void Release(void)
Releases the current context without binding a new one.
Definition: context_wgl.hpp:57
static ContextWGL Current(void)
Returns a wrapper for the currently bound WGL context.
Definition: context_wgl.hpp:45