Public Member Functions | Protected Attributes | List of all members
Ogre::GLES2Context Class Referenceabstract

Class that encapsulates an GL context. More...

#include <OgreGLES2Context.h>

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

Public Member Functions

 GLES2Context ()
 
virtual ~GLES2Context ()
 
virtual GLES2Contextclone () 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 releaseContext ()
 Release the render context. More...
 
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 GLES2Support. This object can also be used to cache renderstate if we decide to do so in the future.

Definition at line 41 of file OgreGLES2Context.h.

Constructor & Destructor Documentation

◆ GLES2Context()

Ogre::GLES2Context::GLES2Context ( )

◆ ~GLES2Context()

virtual Ogre::GLES2Context::~GLES2Context ( )
virtual

Member Function Documentation

◆ clone()

virtual GLES2Context* Ogre::GLES2Context::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::EAGLES2Context, Ogre::EGLContext, Ogre::EGLContext, Ogre::NaClGLContext, Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::AndroidEGLContext, and Ogre::AndroidEGLContext.

◆ endCurrent()

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

This is called before another context is made current.

By default, nothing is done here.

Implemented in Ogre::EAGLES2Context, Ogre::EGLContext, Ogre::EGLContext, and Ogre::NaClGLContext.

◆ getInitialized()

bool Ogre::GLES2Context::getInitialized ( )

Definition at line 58 of file OgreGLES2Context.h.

◆ releaseContext()

virtual void Ogre::GLES2Context::releaseContext ( )
virtual

Release the render context.

Definition at line 70 of file OgreGLES2Context.h.

◆ setCurrent()

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

Enable the context.

All subsequent rendering commands will go here.

Implemented in Ogre::EAGLES2Context, Ogre::EGLContext, Ogre::EGLContext, and Ogre::NaClGLContext.

◆ setInitialized()

void Ogre::GLES2Context::setInitialized ( )

Definition at line 59 of file OgreGLES2Context.h.

Member Data Documentation

◆ initialized

bool Ogre::GLES2Context::initialized
protected

Definition at line 73 of file OgreGLES2Context.h.


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

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 Sun Oct 22 2017 04:04:15