Final API changes.

Rename OutputHandler::mipmap method to beginImage.
Add NVTT_VERSION.
Add nvtt::version function.
This commit is contained in:
castano
2008-02-05 00:28:13 +00:00
parent 91ff256adf
commit 3c90686e00
7 changed files with 23 additions and 5 deletions

View File

@ -47,3 +47,9 @@ const char * nvtt::errorString(Error e)
return "Invalid error";
}
/// Return NVTT version.
unsigned int nvtt::version()
{
return NVTT_VERSION;
}