Functions to query the version of the Assimp runtime, check compile flags, . More...
Functions | |
ASSIMP_API unsigned int | aiGetCompileFlags (void) |
Returns assimp's compile flags. | |
ASSIMP_API const char * | aiGetLegalString (void) |
Returns a string with legal copyright and licensing information about Assimp. | |
ASSIMP_API unsigned int | aiGetVersionMajor (void) |
Returns the current major version number of Assimp. | |
ASSIMP_API unsigned int | aiGetVersionMinor (void) |
Returns the current minor version number of Assimp. | |
ASSIMP_API unsigned int | aiGetVersionRevision (void) |
Returns the repository revision of the Assimp runtime. |
Functions to query the version of the Assimp runtime, check compile flags, .
..
ASSIMP_API unsigned int aiGetCompileFlags | ( | void | ) |
Returns assimp's compile flags.
ASSIMP_API const char* aiGetLegalString | ( | void | ) |
Returns a string with legal copyright and licensing information about Assimp.
The string may include multiple lines.
ASSIMP_API unsigned int aiGetVersionMajor | ( | void | ) |
ASSIMP_API unsigned int aiGetVersionMinor | ( | void | ) |