OGRE  14.2
Object-Oriented Graphics Rendering Engine
Ogre::GLCopyingRTTManager Class Reference

Simple, copying manager/factory for RenderTextures. More...

#include <OgreGLCopyingRenderTexture.h>

+ Inheritance diagram for Ogre::GLCopyingRTTManager:

Public Member Functions

void bind (RenderTarget *target) override
 Bind a certain render target. More...
 
bool checkFormat (PixelFormat format)
 
RenderTexturecreateRenderTexture (const String &name, const GLSurfaceDesc &target, bool writeGamma, uint fsaa) override
 Create a texture rendertarget object. More...
 
void unbind (RenderTarget *target) override
 Unbind a certain render target. More...
 
- Public Member Functions inherited from Ogre::GLRTTManager
 GLRTTManager ()
 
virtual ~GLRTTManager ()
 
bool checkFormat (PixelFormat format)
 Check if a certain format is usable as FBO rendertarget format. More...
 
virtual void getBestDepthStencil (PixelFormat internalFormat, uint32 *depthFormat, uint32 *stencilFormat)
 
PixelFormat getSupportedAlternative (PixelFormat format)
 Get the closest supported alternative format. More...
 
void releaseRenderBuffer (const GLSurfaceDesc &surface)
 Release a render buffer. More...
 
- Public Member Functions inherited from Ogre::Singleton< GLRTTManager >
 Singleton (void)
 
 ~Singleton (void)
 

Additional Inherited Members

- Static Public Member Functions inherited from Ogre::GLRTTManager
static GLRTTManagergetSingleton (void)
 Get the singleton instance. More...
 
static GLRTTManagergetSingletonPtr (void)
 Get the singleton instance. More...
 
- Static Public Member Functions inherited from Ogre::Singleton< GLRTTManager >
static GLRTTManagergetSingleton (void)
 Get the singleton instance. More...
 
static GLRTTManagergetSingletonPtr (void)
 Get the singleton instance. More...
 

Detailed Description

Simple, copying manager/factory for RenderTextures.

This is only used as the last fallback if both PBuffers and FBOs aren't supported.

Member Function Documentation

◆ createRenderTexture()

RenderTexture* Ogre::GLCopyingRTTManager::createRenderTexture ( const String name,
const GLSurfaceDesc target,
bool  writeGamma,
uint  fsaa 
)
inlineoverridevirtual

Create a texture rendertarget object.

Implements Ogre::GLRTTManager.

◆ checkFormat()

bool Ogre::GLCopyingRTTManager::checkFormat ( PixelFormat  format)
inline

◆ bind()

void Ogre::GLCopyingRTTManager::bind ( RenderTarget target)
inlineoverridevirtual

Bind a certain render target.

Note
only needed for FBO RTTs

Reimplemented from Ogre::GLRTTManager.

◆ unbind()

void Ogre::GLCopyingRTTManager::unbind ( RenderTarget target)
overridevirtual

Unbind a certain render target.

This is called before binding another RenderTarget, and before the context is switched. It can be used to do a copy, or just be a noop if direct binding is used.

Note
only needed for Copying or PBuffer RTTs

Reimplemented from Ogre::GLRTTManager.


The documentation for this class was generated from the following file: