Material Definition Language API nvidia_logo_transpbg.gif Up
 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_NEURAYLIB_API_VERSION   33
 API version number. More...
 
#define MI_NEURAYLIB_VERSION_MAJOR   4
 MDL API major version number. More...
 
#define MI_NEURAYLIB_VERSION_MINOR   0
 MDL API minor version number. More...
 
#define MI_NEURAYLIB_VERSION_QUALIFIER   ""
 MDL API version qualifier. More...
 
#define MI_NEURAYLIB_VERSION_STRING
 MDL API major and minor version number without qualifier in a string representation, such as "2.0". More...
 
#define MI_NEURAYLIB_VERSION_QUALIFIED_STRING   MI_NEURAYLIB_VERSION_STRING
 MDL API major and minor version number and qualifier in a string representation, such as "2.0" or "2.0-beta2". More...
 
#define MI_NEURAYLIB_PRODUCT_VERSION_STRING   "2018.1.2"
 The MDL API product version number in a string representation, such as "2.0". More...
 
#define MI_NEURAYLIB_PLUGIN_TYPE   "neuray API v24"
 Type of plugins for the MDL API. More...
 

Detailed Description

Major and minor version number and an optional qualifier.

See Versioning of the MDL API