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 _OgrePrivate RenderTargetTexture : public Texture, public RenderTarget 00011 { 00012 public: 00014 virtual bool isRenderTarget() const { return false; } 00015 }; 00016 } 00017 00018 #endif
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 12 12:59:51 2006