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