fix comment.

This commit is contained in:
castano 2010-05-18 17:12:36 +00:00
parent 06abe9f51f
commit 75a6aad56b

View File

@ -83,7 +83,7 @@ void CompressorRGBE::compress(nvtt::InputFormat inputFormat, nvtt::AlphaMode alp
else {
nvDebugCheck (inputFormat == nvtt::InputFormat_RGBA_32F);
#pragma message("Interleave color components")
#pragma message(NV_FILE_LINE "TODO: Interleave color components")
// Color components not interleaved.
r = fsrc[x + 0 * srcPlane];