]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.h
Make the use of DevIL optional
[libs/gl.git] / source / texture2d.h
index b62466cb0a75bc524cf11a484567bfe17eb02625..30eab26c47d648cd91bbc6ec7aab4c542ec7322e 100644 (file)
@@ -30,6 +30,8 @@ public:
                Loader(Texture2D &);
        private:
                void image_data(const std::string &);
+               void raw_data(const std::string &);
+               void storage(PixelFormat, unsigned, unsigned, unsigned);
        };
 
 private: