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:
@ -64,6 +64,7 @@ namespace nvtt
|
||||
mutable OutputHandler * outputHandler;
|
||||
ErrorHandler * errorHandler;
|
||||
bool outputHeader;
|
||||
Container container;
|
||||
|
||||
bool openFile() const;
|
||||
void closeFile() const;
|
||||
|
Reference in New Issue
Block a user