#include <OgreGLXContext.h>

Public Member Functions | |
| GLXContext (GLXGLSupport *glsupport,::GLXFBConfig fbconfig,::GLXDrawable drawable,::GLXContext context=0) | |
| GLXContext (GLXGLSupport *glsupport,::GLXFBConfig fbconfig,::GLXDrawable drawable,::GLXContext context=0) | |
| virtual | ~GLXContext () |
| virtual | ~GLXContext () |
| GLContext * | clone () const |
| GL3PlusContext * | clone () const |
| virtual void | endCurrent () |
| virtual void | endCurrent () |
| bool | getInitialized () |
| bool | getInitialized () |
| virtual void | releaseContext () |
| Release the render context. | |
| virtual void | releaseContext () |
| Release the render context. | |
| virtual void | setCurrent () |
| virtual void | setCurrent () |
| void | setInitialized () |
| void | setInitialized () |
Public Attributes | |
| ::GLXContext | mContext |
| ::GLXDrawable | mDrawable |
Protected Attributes | |
| bool | initialized |
| bool | initialized |
Private Attributes | |
| bool | mExternalContext |
| ::GLXFBConfig | mFBConfig |
| GLXGLSupport * | mGLSupport |
Definition at line 36 of file include/GLX/OgreGLXContext.h.
| Ogre::GLXContext::GLXContext | ( | GLXGLSupport * | glsupport, |
| ::GLXFBConfig | fbconfig, | ||
| ::GLXDrawable | drawable, | ||
| ::GLXContext | context = 0 |
||
| ) |
| virtual Ogre::GLXContext::~GLXContext | ( | ) | [virtual] |
| Ogre::GLXContext::GLXContext | ( | GLXGLSupport * | glsupport, |
| ::GLXFBConfig | fbconfig, | ||
| ::GLXDrawable | drawable, | ||
| ::GLXContext | context = 0 |
||
| ) |
| virtual Ogre::GLXContext::~GLXContext | ( | ) | [virtual] |
| GLContext* Ogre::GLXContext::clone | ( | ) | const [virtual] |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::GLContext.
| GL3PlusContext* Ogre::GLXContext::clone | ( | ) | const [virtual] |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::GLContext.
| virtual void Ogre::GLXContext::endCurrent | ( | ) | [virtual] |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLContext.
| virtual void Ogre::GLXContext::endCurrent | ( | ) | [virtual] |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLContext.
| bool Ogre::GLContext::getInitialized | ( | ) | [inherited] |
Definition at line 57 of file OgreGLContext.h.
| bool Ogre::GL3PlusContext::getInitialized | ( | ) | [inherited] |
Definition at line 58 of file OgreGL3PlusContext.h.
| virtual void Ogre::GLContext::releaseContext | ( | ) | [virtual, inherited] |
Release the render context.
Reimplemented in Ogre::Win32Context, and Ogre::Win32Context.
Definition at line 69 of file OgreGLContext.h.
| virtual void Ogre::GL3PlusContext::releaseContext | ( | ) | [virtual, inherited] |
Release the render context.
Reimplemented in Ogre::Win32Context, and Ogre::Win32Context.
Definition at line 70 of file OgreGL3PlusContext.h.
| virtual void Ogre::GLXContext::setCurrent | ( | ) | [virtual] |
| virtual void Ogre::GLXContext::setCurrent | ( | ) | [virtual] |
| void Ogre::GLContext::setInitialized | ( | ) | [inherited] |
Definition at line 58 of file OgreGLContext.h.
| void Ogre::GL3PlusContext::setInitialized | ( | ) | [inherited] |
Definition at line 59 of file OgreGL3PlusContext.h.
bool Ogre::GLContext::initialized [protected, inherited] |
Definition at line 71 of file OgreGLContext.h.
bool Ogre::GL3PlusContext::initialized [protected, inherited] |
Definition at line 73 of file OgreGL3PlusContext.h.
Definition at line 53 of file include/GLX/OgreGLXContext.h.
| GLXDrawable Ogre::GLXContext::mDrawable |
Definition at line 52 of file include/GLX/OgreGLXContext.h.
bool Ogre::GLXContext::mExternalContext [private] |
Definition at line 58 of file include/GLX/OgreGLXContext.h.
GLXFBConfig Ogre::GLXContext::mFBConfig [private] |
Definition at line 56 of file include/GLX/OgreGLXContext.h.
GLXGLSupport * Ogre::GLXContext::mGLSupport [private] |
Definition at line 57 of file include/GLX/OgreGLXContext.h.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:13