11 #include "imagefiles/SpecialImageFileLoader.h" 24 bool CanLoad(
const std::string& specialType)
const override;
25 std::unique_ptr<CTexture> Load(
const std::string& specialType,
26 const std::string& filePath,
27 unsigned int preferredWidth,
28 unsigned int preferredHeight)
const override;
An interface to load special image files into a texture for display.
Definition: SpecialImageFileLoader.h:26
Definition: Application.h:72
Generates a texture for an image embedded in a video file.
Definition: VideoEmbeddedImageFileLoader.h:18