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