Add todo message.
This commit is contained in:
parent
872c61e1d1
commit
72543c9307
@ -208,6 +208,7 @@ FloatImage * nv::ImageIO::loadFloat(const char * fileName, Stream & s)
|
||||
return loadFloatFreeImage(fif, s);
|
||||
}
|
||||
#else // defined(HAVE_FREEIMAGE)
|
||||
#pragma message(NV_FILE_LINE "TODO: Load TIFF and EXR files from stream.")
|
||||
#if defined(HAVE_TIFF)
|
||||
if (strCaseCmp(extension, ".tif") == 0 || strCaseCmp(extension, ".tiff") == 0) {
|
||||
return loadFloatTIFF(fileName, s);
|
||||
|
Loading…
Reference in New Issue
Block a user