14 #include <osg/ref_ptr>
30 static void processTexture(
osg::Texture &texture,
const osg::Image* img,
bool unloadImageDataFlag,
bool compressTextures, std::string filePath);
32 static unsigned int GetTextureID(
unsigned int contextID, osg::ref_ptr<osg::Texture> texture);
35 static unsigned int GetTextureIDIfDownloaded(
unsigned int contextID, osg::ref_ptr<osg::Texture> texture);
38 static std::string getTextureFilePath(
const osg::Texture* texture);
39 static std::string getTextureFileName(
const osg::Texture* texture);