Create 2.0.7 release.

This commit is contained in:
castano
2009-11-04 08:58:19 +00:00
parent 2f0fe5149f
commit 69363fcc92
339 changed files with 10642 additions and 24928 deletions

View File

@ -428,8 +428,8 @@ namespace Nvidia.TextureTools
[DllImport("nvtt", CharSet = CharSet.Ansi), SuppressUnmanagedCodeSecurity]
private extern static void nvttSetOutputOptionsFileName(IntPtr outputOptions, string fileName);
//[DllImport("nvtt"), SuppressUnmanagedCodeSecurity]
//private extern static void nvttSetOutputOptionsErrorHandler(IntPtr outputOptions, ErrorHandler errorHandler);
[DllImport("nvtt"), SuppressUnmanagedCodeSecurity]
private extern static void nvttSetOutputOptionsErrorHandler(IntPtr outputOptions, ErrorHandler errorHandler);
private void ErrorCallback(Error error)
{
@ -449,7 +449,7 @@ namespace Nvidia.TextureTools
public OutputOptions()
{
options = nvttCreateOutputOptions();
//nvttSetOutputOptionsErrorHandler(options, new ErrorHandler(ErrorCallback));
nvttSetOutputOptionsErrorHandler(options, new ErrorHandler(ErrorCallback));
}
~OutputOptions()
{