Sync with perforce repository.
Several bugfixes in nvcore. Add imgdiff to cmakefiles and fix compilation errors on linux.
This commit is contained in:
@ -31,8 +31,9 @@ namespace nv
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_TIFF)
|
||||
// Hack!
|
||||
// Hacks!
|
||||
NVIMAGE_API FloatImage * loadFloatTIFF(const char * fileName);
|
||||
NVIMAGE_API bool saveFloatTIFF(const char * fileName, FloatImage *fimage);
|
||||
|
||||
NVIMAGE_API FloatImage * loadFloatTIFF(Stream & s);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user