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

@ -51,7 +51,7 @@ struct MyOutputHandler : public nvtt::OutputHandler
verbose = b;
}
virtual void mipmap(int size, int width, int height, int depth, int face, int miplevel)
virtual void beginImage(int size, int width, int height, int depth, int face, int miplevel)
{
// ignore.
}