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: Null/Renderer.cpp:223
Sizef d_dataSize
original pixel of size data loaded into texture
Definition: cegui/include/CEGUI/RendererModules/Null/Texture.h:83
Abstract base class specifying the required interface for Texture objects.
Definition: cegui/include/CEGUI/Texture.h:52
Sizef d_size
Size of the texture.
Definition: cegui/include/CEGUI/RendererModules/Null/Texture.h:81
const String d_name
Name this texture was created with.
Definition: cegui/include/CEGUI/RendererModules/Null/Texture.h:87
static uint32 d_textureNumber
Counter used to provide unique texture names.
Definition: cegui/include/CEGUI/RendererModules/Null/Texture.h:79
Vector2f d_texelScaling
cached pixel to texel mapping scale values.
Definition: cegui/include/CEGUI/RendererModules/Null/Texture.h:85
Implementation of the CEGUI::Texture class for no particular engine.
Definition: cegui/include/CEGUI/RendererModules/Null/Texture.h:42