102 static std::string DecodeImageURL(
const std::string &url,
unsigned int &width,
unsigned int &height, CPictureScalingAlgorithm::Algorithm& scalingAlgorithm, std::string &additional_info);
Definition: TextureCacheJob.h:126
Simple class for passing texture detail around.
Definition: TextureCacheJob.h:26
const char * GetType() const override
Function that returns the type of job.
Definition: TextureCacheJob.h:131
Job class for caching textures.
Definition: TextureCacheJob.h:55
Base texture class, subclasses of which depend on the render spec (DX, GL etc.)
Definition: Texture.h:34
const char * GetType() const override
Function that returns the type of job.
Definition: TextureCacheJob.h:61