X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexturecube.h;h=fd4670469fd1ab0500b607a35e723fe7e9205b65;hb=55dbeb5e04516699b8415104e346243d5e4c48c9;hp=9adf06978b4d396df7a906bcd881778d9f707ee4;hpb=d2efbd8a32efa2a3ee8542efc846277af19d63e0;p=libs%2Fgl.git diff --git a/source/texturecube.h b/source/texturecube.h index 9adf0697..fd467046 100644 --- a/source/texturecube.h +++ b/source/texturecube.h @@ -1,10 +1,10 @@ #ifndef MSP_GL_TEXTURECUBE_H_ #define MSP_GL_TEXTURECUBE_H_ +#include #include #include "texture.h" #include "vector.h" -#include namespace Msp { namespace GL { @@ -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);