PixelFormat
Enumerated type containing the supported pixel formats that can be passed to loadFromMemory.
Definition: Texture.h:61
Sizef d_dataSize
original pixel of size data loaded into texture
Definition: RendererModules/Null/Texture.h:83
static uint32 d_textureNumber
Counter used to provide unique texture names.
Definition: RendererModules/Null/Texture.h:79
Abstract base class specifying the required interface for Texture objects.
Definition: Texture.h:52
Sizef d_size
Size of the texture.
Definition: RendererModules/Null/Texture.h:81
const String d_name
Name this texture was created with.
Definition: RendererModules/Null/Texture.h:87
Vector2f d_texelScaling
cached pixel to texel mapping scale values.
Definition: RendererModules/Null/Texture.h:85
Implementation of the CEGUI::Texture class for no particular engine.
Definition: RendererModules/Null/Texture.h:42