26 virtual bool willLoad(
const std::string &filename)
override {
30 virtual void load(
BufferReader *reader,
const std::string &filename)
override;
static bool endsWith(const char *const str, const char *const with)
Checks if a string ends with another one.
virtual bool willLoad(const std::string &filename) override
Whether this instance will process or not the specified file.
Available facesets for clients.
PngLoader(Faces *faces, Facesets *facesets)
virtual void load(BufferReader *reader, const std::string &filename) override
Load assets from the specified reader.
Abstract buffer handler, processing a BufferReader.