![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreEglPBufferContext.h>
Public Member Functions | |
EglPBufferContext (EglPBufferSupport *support) | |
virtual | ~EglPBufferContext () |
GL3PlusContext * | clone () const |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. | |
virtual void | endCurrent () |
This is called before another context is made current. | |
const EglPBufferSupport::DeviceData * | getDeviceData () const |
bool | getInitialized () |
virtual void | releaseContext () |
Release the render context. | |
virtual void | setCurrent () |
Enable the context. | |
void | setInitialized () |
Ogre::EglPBufferContext::EglPBufferContext | ( | EglPBufferSupport * | support | ) |
|
virtual |
|
virtual |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::GL3PlusContext.
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GL3PlusContext.
|
inline |
|
inlineinherited |
Release the render context.
Reimplemented in Ogre::Win32Context.
Enable the context.
All subsequent rendering commands will go here.
Implements Ogre::GL3PlusContext.
|
inlineinherited |