![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Frame Buffer Object abstraction. More...
#include <OgreGL3PlusFrameBufferObject.h>
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 |