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

RenderTexture for GL ES FBO. More...

#include <OgreGLESFBORenderTexture.h>

List of all members.

Public Member Functions

 GLESFBORenderTexture (GLESFBOManager *manager, const String &name, const GLESSurfaceDesc &target, bool writeGamma, uint fsaa)
virtual void _detachDepthBuffer ()
virtual bool attachDepthBuffer (DepthBuffer *depthBuffer)
 Override so we can attach the depth buffer to the FBO.
virtual void detachDepthBuffer ()
virtual void getCustomAttribute (const String &name, void *pData)
virtual void swapBuffers ()
 Override needed to deal with multisample buffers.

Protected Member Functions

virtual void notifyOnContextLost ()
 See AndroidResource.
virtual void notifyOnContextReset ()
 See AndroidResource.

Protected Attributes

GLESFrameBufferObject mFB

Detailed Description

RenderTexture for GL ES FBO.

Definition at line 42 of file OgreGLESFBORenderTexture.h.


Constructor & Destructor Documentation

Ogre::GLESFBORenderTexture::GLESFBORenderTexture ( GLESFBOManager manager,
const String name,
const GLESSurfaceDesc target,
bool  writeGamma,
uint  fsaa 
)

Member Function Documentation

virtual bool Ogre::GLESFBORenderTexture::attachDepthBuffer ( DepthBuffer depthBuffer) [virtual]

Override so we can attach the depth buffer to the FBO.

virtual void Ogre::GLESFBORenderTexture::getCustomAttribute ( const String name,
void *  pData 
) [virtual]
virtual void Ogre::GLESFBORenderTexture::notifyOnContextLost ( ) [protected, virtual]
virtual void Ogre::GLESFBORenderTexture::notifyOnContextReset ( ) [protected, virtual]
virtual void Ogre::GLESFBORenderTexture::swapBuffers ( ) [virtual]

Override needed to deal with multisample buffers.


Member Data Documentation

Definition at line 57 of file OgreGLESFBORenderTexture.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:08