#include <spOpenGLSharedRenderContext.hpp>
Public Member Functions | |
OpenGLSharedRenderContext (OpenGLRenderContext *RootRenderContext) | |
~OpenGLSharedRenderContext () | |
bool | activate () |
Activates the shared render context. | |
bool | deactivate () |
Deactivates the shared render context. |
sp::video::OpenGLSharedRenderContext::OpenGLSharedRenderContext | ( | OpenGLRenderContext * | RootRenderContext | ) |
sp::video::OpenGLSharedRenderContext::~OpenGLSharedRenderContext | ( | ) |
bool sp::video::OpenGLSharedRenderContext::activate | ( | ) | [virtual] |
Activates the shared render context.
Reimplemented from sp::video::SharedRenderContext.
bool sp::video::OpenGLSharedRenderContext::deactivate | ( | ) | [virtual] |
Deactivates the shared render context.
Reimplemented from sp::video::SharedRenderContext.