PixelFormat
Enumerated type containing the supported pixel formats that can be passed to loadFromMemory.
Definition: cegui/include/CEGUI/Texture.h:61
void destroyTexture(Texture &texture)
Destroy a Texture object that was previously created by calling the createTexture functions...
Definition: Ogre/Renderer.cpp:488
Definition: python_CEGUIOgreRenderer.h:17
Texture & createTexture(const String &name, Ogre::TexturePtr &tex, bool take_ownership=false)
Create a CEGUI::Texture that wraps an existing Ogre texture.
Definition: Ogre/Renderer.cpp:458