Public Member Functions | Public Attributes | Protected Attributes
Ogre::EAGLESContext Class Reference

#include <OgreEAGLESContext.h>

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

List of all members.

Public Member Functions

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

Public Attributes

GLint mBackingHeight
GLint mBackingWidth
GLuint mDepthRenderbuffer
GLuint mFSAAFramebuffer
GLuint mFSAARenderbuffer
bool mIsMultiSampleSupported
GLsizei mNumSamples
GLuint mViewFramebuffer
GLuint mViewRenderbuffer

Protected Attributes

bool initialized

Detailed Description

Definition at line 40 of file OgreEAGLESContext.h.


Constructor & Destructor Documentation

virtual Ogre::EAGLESContext::~EAGLESContext ( ) [virtual]

Member Function Documentation

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.

Note:
The caller is responsible for deleting the returned context.

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]

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLESContext.

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

Definition at line 60 of file OgreGLESContext.h.


Member Data Documentation

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.

Definition at line 75 of file OgreEAGLESContext.h.

Definition at line 69 of file OgreEAGLESContext.h.

Definition at line 68 of file OgreEAGLESContext.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 Mon Jul 27 2020 13:41:01