]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/texture.h
Support loading raw texture data from an external file
[libs/gl.git] / source / core / texture.h
index 8db5dad83e0a90e6aa1bcde5a641f487a5e88355..639b15f5b711c820e8ff448f6d634078e2040ded 100644 (file)
@@ -49,6 +49,7 @@ protected:
                void load_external_image(Graphics::Image &, const std::string &);
 
        private:
+               void external_data(const std::string &);
                void external_image(bool, const std::string &);
                void generate_mipmap(bool);
                void image_data(const std::string &);