![]() |
OGRE
master
Object-Oriented Graphics Rendering Engine
|
#include <OgreGLRenderTarget.h>
Inheritance diagram for Ogre::GLRenderTarget: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::GLWindow, Ogre::GLCopyingRenderTexture, Ogre::GLPBRenderTexture, Ogre::GL3PlusFBOMultiRenderTarget, Ogre::GLES2FBOMultiRenderTarget, and Ogre::GLFBOMultiRenderTarget.
|
inlinevirtual |