27 #ifndef _CEGUIOgreTextureTarget_h_
28 #define _CEGUIOgreTextureTarget_h_
30 #include "../../TextureTarget.h"
31 #include "CEGUI/RendererModules/Ogre/RenderTarget.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4250)
42 class OGRE_GUIRENDERER_API OgreTextureTarget :
public OgreRenderTarget<TextureTarget>
48 virtual ~OgreTextureTarget();
51 bool isImageryCache()
const;
54 Texture& getTexture()
const;
55 void declareRenderSize(
const Sizef& sz);
56 bool isRenderingInverted()
const;
60 static const float DEFAULT_SIZE;
62 static uint s_textureNumber;
64 static String generateTextureName();
66 OgreTexture* d_CEGUITexture;
75 #endif // end of guard _CEGUIOgreTextureTarget_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Definition: python_CEGUIOgreRenderer.h:14