#include <OgreGLXContext.h>
◆ GLXContext()
Ogre::GLXContext::GLXContext |
( |
GLXGLSupport * |
glsupport, |
|
|
::GLXFBConfig |
fbconfig, |
|
|
::GLXDrawable |
drawable, |
|
|
::GLXContext |
context = 0 |
|
) |
| |
◆ ~GLXContext()
Ogre::GLXContext::~GLXContext |
( |
| ) |
|
|
override |
◆ _getFbConfig()
::GLXFBConfig Ogre::GLXContext::_getFbConfig |
( |
| ) |
const |
|
inline |
◆ clone()
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::GL3PlusContext.
◆ endCurrent()
void Ogre::GLXContext::endCurrent |
( |
| ) |
|
|
overridevirtual |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GL3PlusContext.
◆ setCurrent()
void Ogre::GLXContext::setCurrent |
( |
| ) |
|
|
overridevirtual |
Enable the context.
All subsequent rendering commands will go here.
Implements Ogre::GL3PlusContext.
◆ mContext
◆ mDrawable
::GLXDrawable Ogre::GLXContext::mDrawable |
The documentation for this class was generated from the following file: