Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

OgreRenderTargetTexture.h

Go to the documentation of this file.
00001 #ifndef __RenderTargetTexture_H__
00002 #define __RenderTargetTexture_H__
00003 
00004 #include "OgrePrerequisites.h"
00005 #include "OgreTexture.h"
00006 #include "OgreRenderTarget.h"
00007 
00008 namespace Ogre
00009 {
00010     class RenderTargetTexture : public Texture, public RenderTarget
00011     {
00012     public:
00014         virtual bool isRenderTarget() const { return false; }
00015     };
00016 }
00017 
00018 #endif

Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:48:42 2004