Work in progress:

- better support for DDS10 file format.
- support for RGBA pixel formats with more than 32 bits.
- support for pixel types other than UNORM.
This commit is contained in:
castano
2008-07-26 10:03:12 +00:00
parent 529c0075e1
commit 96655b3e7c
6 changed files with 207 additions and 69 deletions

View File

@ -64,6 +64,7 @@ namespace nvtt
mutable OutputHandler * outputHandler;
ErrorHandler * errorHandler;
bool outputHeader;
Container container;
bool openFile() const;
void closeFile() const;