#include <OgreEAGLES2Context.h>
Public Member Functions | |
virtual | ~EAGLES2Context () |
virtual void | setCurrent () |
Enable the context. | |
virtual void | endCurrent () |
This is called before another context is made current. | |
virtual GLES2Context * | clone () const |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. | |
bool | createFramebuffer () |
void | destroyFramebuffer () |
bool | getInitialized () |
void | setInitialized () |
virtual void | releaseContext () |
Release the render context. | |
Public Attributes | |
GLint | mBackingWidth |
GLint | mBackingHeight |
GLuint | mViewRenderbuffer |
GLuint | mViewFramebuffer |
GLuint | mDepthRenderbuffer |
bool | mIsMultiSampleSupported |
GLsizei | mNumSamples |
GLuint | mFSAAFramebuffer |
GLuint | mFSAARenderbuffer |
Protected Attributes | |
bool | initialized |
Definition at line 40 of file OgreEAGLES2Context.h.
virtual Ogre::EAGLES2Context::~EAGLES2Context | ( | ) | [virtual] |
virtual GLES2Context* Ogre::EAGLES2Context::clone | ( | ) | const [virtual] |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::GLES2Context.
virtual void Ogre::EAGLES2Context::endCurrent | ( | ) | [virtual] |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLES2Context.
bool Ogre::GLES2Context::getInitialized | ( | ) | [inherited] |
Definition at line 58 of file OgreGLES2Context.h.
virtual void Ogre::GLES2Context::releaseContext | ( | ) | [virtual, inherited] |
Release the render context.
Definition at line 70 of file OgreGLES2Context.h.
virtual void Ogre::EAGLES2Context::setCurrent | ( | ) | [virtual] |
void Ogre::GLES2Context::setInitialized | ( | ) | [inherited] |
Definition at line 59 of file OgreGLES2Context.h.
bool Ogre::GLES2Context::initialized [protected, inherited] |
Definition at line 73 of file OgreGLES2Context.h.
Definition at line 65 of file OgreEAGLES2Context.h.
Definition at line 64 of file OgreEAGLES2Context.h.
Definition at line 72 of file OgreEAGLES2Context.h.
Definition at line 76 of file OgreEAGLES2Context.h.
Definition at line 77 of file OgreEAGLES2Context.h.
Definition at line 74 of file OgreEAGLES2Context.h.
Definition at line 75 of file OgreEAGLES2Context.h.
Definition at line 69 of file OgreEAGLES2Context.h.
Definition at line 68 of file OgreEAGLES2Context.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 2012 21:49:27