#include <OgreGLXContext.h>
◆ GLXContext() [1/2]
Ogre::GLXContext::GLXContext |
( |
GLXGLSupport * |
glsupport, |
|
|
::GLXFBConfig |
fbconfig, |
|
|
::GLXDrawable |
drawable, |
|
|
::GLXContext |
context = 0 |
|
) |
| |
◆ ~GLXContext() [1/2]
virtual Ogre::GLXContext::~GLXContext |
( |
| ) |
|
|
virtual |
◆ GLXContext() [2/2]
Ogre::GLXContext::GLXContext |
( |
GLXGLSupport * |
glsupport, |
|
|
::GLXFBConfig |
fbconfig, |
|
|
::GLXDrawable |
drawable, |
|
|
::GLXContext |
context = 0 |
|
) |
| |
◆ ~GLXContext() [2/2]
virtual Ogre::GLXContext::~GLXContext |
( |
| ) |
|
|
virtual |
◆ clone() [1/2]
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
- Note
- The caller is responsible for deleting the returned context.
Implements Ogre::GLContext.
◆ clone() [2/2]
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
- Note
- The caller is responsible for deleting the returned context.
Implements Ogre::GLContext.
◆ endCurrent() [1/2]
virtual void Ogre::GLXContext::endCurrent |
( |
| ) |
|
|
virtual |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLContext.
◆ endCurrent() [2/2]
virtual void Ogre::GLXContext::endCurrent |
( |
| ) |
|
|
virtual |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLContext.
◆ getInitialized()
bool Ogre::GLContext::getInitialized |
( |
| ) |
|
|
inherited |
◆ releaseContext()
virtual void Ogre::GLContext::releaseContext |
( |
| ) |
|
|
virtualinherited |
◆ setCurrent() [1/2]
virtual void Ogre::GLXContext::setCurrent |
( |
| ) |
|
|
virtual |
Enable the context.
All subsequent rendering commands will go here.
Implements Ogre::GLContext.
◆ setCurrent() [2/2]
virtual void Ogre::GLXContext::setCurrent |
( |
| ) |
|
|
virtual |
Enable the context.
All subsequent rendering commands will go here.
Implements Ogre::GLContext.
◆ setInitialized()
void Ogre::GLContext::setInitialized |
( |
| ) |
|
|
inherited |
◆ initialized
bool Ogre::GLContext::initialized |
|
protectedinherited |
◆ mContext
◆ mDrawable
GLXDrawable Ogre::GLXContext::mDrawable |
◆ mExternalContext
bool Ogre::GLXContext::mExternalContext |
|
private |
◆ mFBConfig
GLXFBConfig Ogre::GLXContext::mFBConfig |
|
private |
◆ mGLSupport
The documentation for this class was generated from the following file: