#include "OgrePrerequisites.h"
#include "OgreString.h"
#include "OgreTextureManager.h"
#include "OgreViewport.h"
#include "OgreTimer.h"
#include "OgreHeaderPrefix.h"
#include "OgreHeaderSuffix.h"
Go to the source code of this file.
Classes | |
class | Ogre::RenderTarget |
A 'canvas' which can receive the results of a rendering operation. More... | |
struct | Ogre::RenderTarget::FrameStats |
class | Ogre::RenderTarget::Impl |
RenderSystem specific interface for a RenderTarget; this should be subclassed by RenderSystems. More... | |
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Macros | |
#define | OGRE_DEFAULT_RT_GROUP 4 |
#define | OGRE_NUM_RENDERTARGET_GROUPS 10 |
#define | OGRE_REND_TO_TEX_RT_GROUP 2 |
#define OGRE_DEFAULT_RT_GROUP 4 |
Definition at line 42 of file OgreRenderTarget.h.
#define OGRE_NUM_RENDERTARGET_GROUPS 10 |
Definition at line 41 of file OgreRenderTarget.h.
#define OGRE_REND_TO_TEX_RT_GROUP 2 |
Definition at line 43 of file OgreRenderTarget.h.