![]() |
OGRE 14.2
Object-Oriented Graphics Rendering Engine
|
Frame Buffer Object abstraction. More...
#include <OgreGLES2FrameBufferObject.h>
Inheritance diagram for Ogre::GLES2FrameBufferObject:Frame Buffer Object abstraction.
| Ogre::GLES2FrameBufferObject::GLES2FrameBufferObject | ( | GLES2FBOManager * | manager, |
| uint | fsaa ) |
| Ogre::GLES2FrameBufferObject::~GLES2FrameBufferObject | ( | ) |
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 |