32 #include "../Image/pixel_buffer_set.h"
33 #include "../../Core/IOData/file_system.h"
Image provider that can load Direct3D texture (.dds) files.
Definition: dds_provider.h:44
I/O Device interface.
Definition: iodevice.h:51
static PixelBufferSet load(const std::string &filename, const FileSystem &file_system)
Called to load an image with this provider type.
static PixelBufferSet load(IODevice &file)
static PixelBufferSet load(const std::string &fullname)
Virtual File System (VFS).
Definition: file_system.h:48
Set of images that combined form a complete texture.
Definition: pixel_buffer_set.h:47