NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
version.h File Reference

Major and minor version number and an optional qualifier. More...

Go to the source code of this file.

Macros

#define  MI_MATH_VERSION_MAJOR   1
  Math API major version number. More...
 
#define  MI_MATH_VERSION_MINOR   0
  Math API minor version number. More...
 
#define  MI_MATH_VERSION_QUALIFIER   ""
  Math API version qualifier. More...
 
#define  MI_MATH_VERSION_STRING
  Math API major and minor version number without qualifier in a string representation, such as "1.1". More...
 
#define  MI_MATH_VERSION_QUALIFIED_STRING   MI_MATH_VERSION_STRING
  Math API major and minor version number and qualifier in a string representation, such as "1.1" or "1.2-beta2". More...
 

Detailed Description

Major and minor version number and an optional qualifier.

See Versioning of the Math API.