Decompress DDS10 files. Only BC# supported so far.

This commit is contained in:
castano
2008-07-30 02:28:09 +00:00
parent bb5b02df0e
commit 3161fca9d9
2 changed files with 87 additions and 36 deletions

View File

@ -114,6 +114,8 @@ namespace nv
bool isValid() const;
bool isSupported() const;
bool hasAlpha() const;
uint mipmapCount() const;
uint width() const;