Go to the source code of this file.
◆ NVD_API
◆ NVD_API_EXPORT
◆ NVD_API_IMPORT
◆ NVD_THREAD_LOCAL
| #define NVD_THREAD_LOCAL |
( |
| var | ) |
|
◆ NVD_VERSION
Value: { \
}
#define NVDIALOG_VERSION_MINOR
Definition nvdialog.h:76
#define NVDIALOG_VERSION_MAJOR
Definition nvdialog.h:74
#define NVDIALOG_VERSION_PATCH
Definition nvdialog.h:78
A struct that identifies the version of NvDialog.
Definition nvdialog_types.h:84
A macro to set the version at compile time.
◆ NVDIALOG_VERSION_MAJOR
| #define NVDIALOG_VERSION_MAJOR 0 |
Major version of NvDialog at compile time.
◆ NVDIALOG_VERSION_MINOR
| #define NVDIALOG_VERSION_MINOR 10 |
Minor version of NvDialog at compile time.
◆ NVDIALOG_VERSION_PATCH
| #define NVDIALOG_VERSION_PATCH 1 |
Patch version of NvDialog at compile time.
◆ nvd_get_version()
Returns the version of nvdialog currently linked with.
For a compile time alternative implementation see the NVDIALOG_VERSION_MAJOR, NVDIALOG_VERSION_MINOR and NVDIALOG_VERSION_PATCH constants.
- Returns
- The version of NvDialog linked with at runtime, as a struct.
- Since
- v0.2.0