Public Member Functions | Public Attributes | Protected Attributes | Private Attributes
Ogre::GLXContext Class Reference

#include <OgreGLXContext.h>

Inheritance diagram for Ogre::GLXContext:
Inheritance graph
[legend]

List of all members.

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 ()
GLContextclone () const
GL3PlusContextclone () 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
GLXGLSupportmGLSupport

Detailed Description

Definition at line 36 of file include/GLX/OgreGLXContext.h.


Constructor & Destructor Documentation

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]

Member Function Documentation

GLContext* Ogre::GLXContext::clone ( ) const [virtual]

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.

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.

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.

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]

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLContext.

virtual void Ogre::GLXContext::setCurrent ( ) [virtual]

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLContext.

void Ogre::GLContext::setInitialized ( ) [inherited]

Definition at line 58 of file OgreGLContext.h.

Definition at line 59 of file OgreGL3PlusContext.h.


Member Data Documentation

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.

Definition at line 52 of file include/GLX/OgreGLXContext.h.

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.

Definition at line 57 of file include/GLX/OgreGLXContext.h.


The documentation for this class was generated from the following files:

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:13