OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::GLESContext Class Referenceabstract

Class that encapsulates an GL context. More...

#include <OgreGLESContext.h>

+ Inheritance diagram for Ogre::GLESContext:

Public Member Functions

 GLESContext ()
 
virtual ~GLESContext ()
 
virtual GLESContextclone () const =0
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
 
virtual void endCurrent ()=0
 This is called before another context is made current. More...
 
bool getInitialized ()
 
virtual void setCurrent ()=0
 Enable the context. More...
 
void setInitialized ()
 

Protected Attributes

bool initialized
 

Detailed Description

Class that encapsulates an GL context.

(IE a window/pbuffer). This is a virtual base class which should be implemented in a GLSupport. This object can also be used to cache renderstate if we decide to do so in the future.

Definition at line 42 of file OgreGLESContext.h.

Constructor & Destructor Documentation

Ogre::GLESContext::GLESContext ( )
virtual Ogre::GLESContext::~GLESContext ( )
virtual

Member Function Documentation

virtual GLESContext* Ogre::GLESContext::clone ( ) const
pure 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.

Implemented in Ogre::EAGLESContext, Ogre::EGLContext, Ogre::EGLContext, Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::AndroidEGLContext, and Ogre::AndroidEGLContext.

virtual void Ogre::GLESContext::endCurrent ( )
pure virtual

This is called before another context is made current.

By default, nothing is done here.

Implemented in Ogre::EAGLESContext, Ogre::EGLContext, and Ogre::EGLContext.

bool Ogre::GLESContext::getInitialized ( )
inline

Definition at line 59 of file OgreGLESContext.h.

virtual void Ogre::GLESContext::setCurrent ( )
pure virtual

Enable the context.

All subsequent rendering commands will go here.

Implemented in Ogre::EAGLESContext, Ogre::EGLContext, and Ogre::EGLContext.

void Ogre::GLESContext::setInitialized ( )
inline

Definition at line 60 of file OgreGLESContext.h.

Member Data Documentation

bool Ogre::GLESContext::initialized
protected

Definition at line 69 of file OgreGLESContext.h.


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