OGRE
1.12.13
Object-Oriented Graphics Rendering Engine
|
Frame Buffer Object abstraction. More...
#include <OgreGLES2FrameBufferObject.h>
Public Member Functions | |
GLES2FrameBufferObject (GLES2FBOManager *manager, uint fsaa) | |
~GLES2FrameBufferObject () | |
void | attachDepthBuffer (DepthBuffer *depthBuffer) |
This function acts very similar to. More... | |
bool | bind (bool recreateIfNeeded) |
Bind FrameBufferObject. More... | |
void | detachDepthBuffer () |
GLES2FBOManager * | getManager () |
void | notifyOnContextLost () |
See AndroidResource. More... | |
void | notifyOnContextReset (const GLSurfaceDesc &target) |
See AndroidResource. More... | |
void | swapBuffers () |
Swap buffers - only useful when using multisample buffers. More... | |
Public Member Functions inherited from Ogre::GLFrameBufferObjectCommon | |
GLFrameBufferObjectCommon (int32 fsaa) | |
virtual | ~GLFrameBufferObjectCommon () |
void | bindSurface (size_t attachment, const GLSurfaceDesc &target) |
Bind a surface to a certain attachment point. More... | |
GLContext * | getContext () const |
PixelFormat | getFormat () const |
int32 | getFSAA () const |
Accessors. More... | |
uint32 | getGLFBOID () const |
Get the GL id for the FBO. More... | |
uint32 | getGLMultisampleFBOID () const |
Get the GL id for the multisample FBO. More... | |
uint32 | getHeight () const |
const GLSurfaceDesc & | getSurface (size_t attachment) const |
uint32 | getWidth () const |
void | notifyContextDestroyed (GLContext *context) |
void | unbindSurface (size_t attachment) |
Unbind attachment. More... | |
Frame Buffer Object abstraction.
Ogre::GLES2FrameBufferObject::GLES2FrameBufferObject | ( | GLES2FBOManager * | manager, |
uint | fsaa | ||
) |
Ogre::GLES2FrameBufferObject::~GLES2FrameBufferObject | ( | ) |
|
virtual |
Bind FrameBufferObject.
Attempt to bind on incompatible GL context will cause FBO destruction and optional recreation.
Implements Ogre::GLFrameBufferObjectCommon.
void Ogre::GLES2FrameBufferObject::swapBuffers | ( | ) |
Swap buffers - only useful when using multisample buffers.
void Ogre::GLES2FrameBufferObject::attachDepthBuffer | ( | DepthBuffer * | depthBuffer | ) |
This function acts very similar to.
void Ogre::GLES2FrameBufferObject::detachDepthBuffer | ( | ) |
|
inline |
void Ogre::GLES2FrameBufferObject::notifyOnContextLost | ( | ) |
See AndroidResource.
void Ogre::GLES2FrameBufferObject::notifyOnContextReset | ( | const GLSurfaceDesc & | target | ) |
See AndroidResource.