TextureCacheBase: Support dumping individual mipmaps.

This commit is contained in:
NeoBrainX 2012-05-12 13:50:03 +02:00
commit a5e68ab10e
9 changed files with 58 additions and 25 deletions

View file

@ -49,7 +49,7 @@ private:
const float *colmat);
void Bind(unsigned int stage);
bool Save(const char filename[]);
bool Save(const char filename[], unsigned int level);
};
TCacheEntryBase* CreateTexture(unsigned int width, unsigned int height,