Add comment.
This commit is contained in:
parent
f6a39d6eab
commit
0322f1b54a
@ -83,6 +83,8 @@ void CompressorRGBE::compress(nvtt::InputFormat inputFormat, nvtt::AlphaMode alp
|
|||||||
else {
|
else {
|
||||||
nvDebugCheck (inputFormat == nvtt::InputFormat_RGBA_32F);
|
nvDebugCheck (inputFormat == nvtt::InputFormat_RGBA_32F);
|
||||||
|
|
||||||
|
#pragma message("Interleave color components")
|
||||||
|
|
||||||
// Color components not interleaved.
|
// Color components not interleaved.
|
||||||
r = fsrc[x + 0 * srcPlane];
|
r = fsrc[x + 0 * srcPlane];
|
||||||
g = fsrc[x + 1 * srcPlane];
|
g = fsrc[x + 1 * srcPlane];
|
||||||
|
Loading…
Reference in New Issue
Block a user