Add missing method.
This commit is contained in:
parent
ad6597b75e
commit
a6f11b3ec8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user