Add missing method.
This commit is contained in:
@ -460,6 +460,11 @@ namespace Nvidia.TextureTools
|
|||||||
|
|
||||||
public event ErrorHandler Error;
|
public event ErrorHandler Error;
|
||||||
|
|
||||||
|
public void SetOutputHeader(bool b)
|
||||||
|
{
|
||||||
|
nvttSetOutputOptionsOutputHeader(options, b);
|
||||||
|
}
|
||||||
|
|
||||||
// @@ Add OutputHandler interface.
|
// @@ Add OutputHandler interface.
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
Reference in New Issue
Block a user