Add support for FreeImage in nvimage.

Add support for floating point input images in nvtt.
This commit is contained in:
castano
2008-05-15 09:47:55 +00:00
parent 47bdab8e27
commit c01566cd2f
7 changed files with 242 additions and 7 deletions

View File

@ -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
}
}
}
}
}