The RenderContext Class provides a set of interfaces for managing the lifycycle and state of an OpenG...
Definition rendercontext.h:24
RenderContext()
Constructs a rendering context object.
void initialize()
Initializes the rendering context.
bool isCurrent() const
Check if the current context is active.
void finalize()
Finalize the rendering context.
bool isValid() const
Check if the rendering context is valid.
void makeCurrent()
Make the current context active.
static RenderContext * current()
Gets the current active rendering context.