Final API changes.
Rename OutputHandler::mipmap method to beginImage. Add NVTT_VERSION. Add nvtt::version function.
This commit is contained in:
@ -47,3 +47,9 @@ const char * nvtt::errorString(Error e)
|
||||
return "Invalid error";
|
||||
}
|
||||
|
||||
/// Return NVTT version.
|
||||
unsigned int nvtt::version()
|
||||
{
|
||||
return NVTT_VERSION;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user