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:
@ -46,6 +46,8 @@ namespace nvtt
|
||||
uint bmask;
|
||||
uint amask;
|
||||
|
||||
PixelType pixelType;
|
||||
|
||||
nv::String externalCompressor;
|
||||
|
||||
// Quantization.
|
||||
|
Reference in New Issue
Block a user