![]() |
OGRE 14.2
Object-Oriented Graphics Rendering Engine
|
Frame Buffer Object abstraction. More...
#include <OgreGL3PlusFrameBufferObject.h>
Inheritance diagram for Ogre::GL3PlusFrameBufferObject:Frame Buffer Object abstraction.
| Ogre::GL3PlusFrameBufferObject::GL3PlusFrameBufferObject | ( | GL3PlusFBOManager * | manager, |
| uint | fsaa ) |
| Ogre::GL3PlusFrameBufferObject::~GL3PlusFrameBufferObject | ( | ) |
Bind FrameBufferObject.
Attempt to bind on incompatible GL context will cause FBO destruction and optional recreation.
Implements Ogre::GLFrameBufferObjectCommon.
| void Ogre::GL3PlusFrameBufferObject::swapBuffers | ( | ) |
Swap buffers - only useful when using multisample buffers.
| void Ogre::GL3PlusFrameBufferObject::attachDepthBuffer | ( | DepthBuffer * | depthBuffer | ) |
This function acts very similar to.
| void Ogre::GL3PlusFrameBufferObject::detachDepthBuffer | ( | ) |
|
inline |