Fix some messages. Add support for range scaling in TexImage.

This commit is contained in:
castano
2010-10-22 00:28:46 +00:00
parent 47df8ff7d6
commit 09e46ead48
5 changed files with 53 additions and 4 deletions

View File

@ -1463,7 +1463,7 @@ CompressorInterface * Compressor::Private::chooseGpuCompressor(const Compression
}
else if (compressionOptions.format == Format_DXT1a)
{
#pragma message(NV_FILE_LINE "TODO: Implement CUDA DXT1a compressor.")
#pragma NV_MESSAGE("TODO: Implement CUDA DXT1a compressor.")
}
else if (compressionOptions.format == Format_DXT1n)
{