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