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

@ -201,3 +201,8 @@ const char * nvttErrorString(NvttError e)
{
return nvtt::errorString((nvtt::Error)e);
}
unsigned int nvttVersion()
{
return nvtt::version();
}