#include <OgreEAGLESContext.h>
Public Member Functions | |
virtual | ~EAGLESContext () |
virtual void | setCurrent () |
Enable the context. | |
virtual void | endCurrent () |
This is called before another context is made current. | |
virtual GLESContext * | 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 () |
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 OgreEAGLESContext.h.
virtual Ogre::EAGLESContext::~EAGLESContext | ( | ) | [virtual] |
virtual GLESContext* Ogre::EAGLESContext::clone | ( | ) | const [virtual] |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::GLESContext.
virtual void Ogre::EAGLESContext::endCurrent | ( | ) | [virtual] |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLESContext.
bool Ogre::GLESContext::getInitialized | ( | ) | [inherited] |
Definition at line 59 of file OgreGLESContext.h.
virtual void Ogre::EAGLESContext::setCurrent | ( | ) | [virtual] |
void Ogre::GLESContext::setInitialized | ( | ) | [inherited] |
Definition at line 60 of file OgreGLESContext.h.
bool Ogre::GLESContext::initialized [protected, inherited] |
Definition at line 69 of file OgreGLESContext.h.
Definition at line 65 of file OgreEAGLESContext.h.
Definition at line 64 of file OgreEAGLESContext.h.
Definition at line 72 of file OgreEAGLESContext.h.
Definition at line 76 of file OgreEAGLESContext.h.
Definition at line 77 of file OgreEAGLESContext.h.
Definition at line 74 of file OgreEAGLESContext.h.
GLsizei Ogre::EAGLESContext::mNumSamples |
Definition at line 75 of file OgreEAGLESContext.h.
Definition at line 69 of file OgreEAGLESContext.h.
Definition at line 68 of file OgreEAGLESContext.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:22