X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftexture2d.h;h=30eab26c47d648cd91bbc6ec7aab4c542ec7322e;hb=d1800d7ea80290f4913d0203241cef1409656522;hp=b62466cb0a75bc524cf11a484567bfe17eb02625;hpb=a80b074c70ec991f27114efd13686038cf42c493;p=libs%2Fgl.git diff --git a/source/texture2d.h b/source/texture2d.h index b62466cb..30eab26c 100644 --- a/source/texture2d.h +++ b/source/texture2d.h @@ -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: