Public Member Functions

sp::video::SharedRenderContext Class Reference

Shared render context base class used for multi-threaded resource creation. More...

#include <spSharedRenderContext.hpp>

Inheritance diagram for sp::video::SharedRenderContext:
sp::video::OpenGLSharedRenderContext

List of all members.

Public Member Functions

 SharedRenderContext ()
virtual ~SharedRenderContext ()
virtual bool activate ()
 Activates the shared render context.
virtual bool deactivate ()
 Deactivates the shared render context.

Detailed Description

Shared render context base class used for multi-threaded resource creation.


Constructor & Destructor Documentation

sp::video::SharedRenderContext::SharedRenderContext (  )  [inline]
virtual sp::video::SharedRenderContext::~SharedRenderContext (  )  [inline, virtual]

Member Function Documentation

virtual bool sp::video::SharedRenderContext::activate (  )  [inline, virtual]

Activates the shared render context.

Reimplemented in sp::video::OpenGLSharedRenderContext.

virtual bool sp::video::SharedRenderContext::deactivate (  )  [inline, virtual]

Deactivates the shared render context.

Reimplemented in sp::video::OpenGLSharedRenderContext.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines