X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexturecube.h;h=7510a716a6be13dc6f884e4af41fe4d6b13ad143;hb=3a9ee749fbde41695d1b1a0804bbf63d76427b27;hp=9adf06978b4d396df7a906bcd881778d9f707ee4;hpb=d2efbd8a32efa2a3ee8542efc846277af19d63e0;p=libs%2Fgl.git diff --git a/source/texturecube.h b/source/texturecube.h index 9adf0697..7510a716 100644 --- a/source/texturecube.h +++ b/source/texturecube.h @@ -42,6 +42,7 @@ public: private: void init(); + void external_image(TextureCubeFace, const std::string &); void image_data(TextureCubeFace, const std::string &); void raw_data(TextureCubeFace, const std::string &); void storage(PixelFormat, unsigned);