Public Member Functions | Public Attributes | Protected Attributes | List of all members
Ogre::EAGLES2Context Class Reference

#include <OgreEAGLES2Context.h>

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

Public Member Functions

virtual ~EAGLES2Context ()
 
virtual GLES2Contextclone () const
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
 
bool createFramebuffer ()
 
void destroyFramebuffer ()
 
virtual void endCurrent ()
 This is called before another context is made current. More...
 
bool getInitialized ()
 
virtual void releaseContext ()
 Release the render context. More...
 
virtual void setCurrent ()
 Enable the context. More...
 
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 OgreEAGLES2Context.h.

Constructor & Destructor Documentation

◆ ~EAGLES2Context()

virtual Ogre::EAGLES2Context::~EAGLES2Context ( )
virtual

Member Function Documentation

◆ clone()

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.

Note
The caller is responsible for deleting the returned context.

Implements Ogre::GLES2Context.

◆ createFramebuffer()

bool Ogre::EAGLES2Context::createFramebuffer ( )

◆ destroyFramebuffer()

void Ogre::EAGLES2Context::destroyFramebuffer ( )

◆ endCurrent()

virtual void Ogre::EAGLES2Context::endCurrent ( )
virtual

This is called before another context is made current.

By default, nothing is done here.

Implements Ogre::GLES2Context.

◆ getInitialized()

bool Ogre::GLES2Context::getInitialized ( )
inherited

Definition at line 58 of file OgreGLES2Context.h.

◆ releaseContext()

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

Release the render context.

Definition at line 70 of file OgreGLES2Context.h.

◆ setCurrent()

virtual void Ogre::EAGLES2Context::setCurrent ( )
virtual

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLES2Context.

◆ setInitialized()

void Ogre::GLES2Context::setInitialized ( )
inherited

Definition at line 59 of file OgreGLES2Context.h.

Member Data Documentation

◆ initialized

bool Ogre::GLES2Context::initialized
protectedinherited

Definition at line 73 of file OgreGLES2Context.h.

◆ mBackingHeight

GLint Ogre::EAGLES2Context::mBackingHeight

Definition at line 65 of file OgreEAGLES2Context.h.

◆ mBackingWidth

GLint Ogre::EAGLES2Context::mBackingWidth

Definition at line 64 of file OgreEAGLES2Context.h.

◆ mDepthRenderbuffer

GLuint Ogre::EAGLES2Context::mDepthRenderbuffer

Definition at line 72 of file OgreEAGLES2Context.h.

◆ mFSAAFramebuffer

GLuint Ogre::EAGLES2Context::mFSAAFramebuffer

Definition at line 76 of file OgreEAGLES2Context.h.

◆ mFSAARenderbuffer

GLuint Ogre::EAGLES2Context::mFSAARenderbuffer

Definition at line 77 of file OgreEAGLES2Context.h.

◆ mIsMultiSampleSupported

bool Ogre::EAGLES2Context::mIsMultiSampleSupported

Definition at line 74 of file OgreEAGLES2Context.h.

◆ mNumSamples

GLsizei Ogre::EAGLES2Context::mNumSamples

Definition at line 75 of file OgreEAGLES2Context.h.

◆ mViewFramebuffer

GLuint Ogre::EAGLES2Context::mViewFramebuffer

Definition at line 69 of file OgreEAGLES2Context.h.

◆ mViewRenderbuffer

GLuint Ogre::EAGLES2Context::mViewRenderbuffer

Definition at line 68 of file OgreEAGLES2Context.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 Tue Apr 13 2021 08:53:15