Add support for FreeImage in nvimage.
Add support for floating point input images in nvtt.
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
#include "ColorSpace.h"
|
||||
// This code is in the public domain -- jim@tilander.org
|
||||
|
||||
#include <nvcore/nvcore.h>
|
||||
|
||||
#include <nvmath/Color.h>
|
||||
#include <nvimage/Image.h>
|
||||
#include <nvcore/nvcore.h>
|
||||
|
||||
#include "ColorSpace.h"
|
||||
|
||||
namespace nv
|
||||
{
|
||||
@ -63,4 +67,4 @@ namespace nv
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user