OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
#include <OgreGLRenderTarget.h>
Public Member Functions | |
virtual | ~GLRenderTarget () |
virtual GLContext * | getContext () const =0 |
Get the GL context that needs to be active to render to this target. More... | |
virtual GLFrameBufferObjectCommon * | getFBO () |
|
inlinevirtual |
|
pure virtual |
Get the GL context that needs to be active to render to this target.
Implemented in Ogre::GLFBORenderTexture, Ogre::GL3PlusFBORenderTexture, Ogre::GLES2FBORenderTexture, Ogre::GLCopyingRenderTexture, Ogre::GLPBRenderTexture, Ogre::GL3PlusFBOMultiRenderTarget, Ogre::GLES2FBOMultiRenderTarget, and Ogre::GLFBOMultiRenderTarget.
|
inlinevirtual |