Platform-specific macros and data types. More...
Macros | |
| #define | VU_API __attribute__((visibility("default"))) |
| Platform-specific preprocessor definitions. | |
| #define | VU_API_CALL |
| Preprocessor definition for calling convention. | |
| #define | VU_ENUM(_type) |
| Cross-platform macro for storing the value of the C++ language standard targeted by the compiler as an integer literal. | |
| #define | VU_CONST_INT(name, value) |
| Macro for defining a compile-time integer constant. | |
Platform-specific macros and data types.
| #define VU_API __attribute__((visibility("default"))) |
Platform-specific preprocessor definitions.
Define exporting / importing of functions from module
| #define VU_ENUM | ( | _type | ) |
Cross-platform macro for storing the value of the C++ language standard targeted by the compiler as an integer literal.
Macro for defining enums
| #define VU_CONST_INT | ( | name, | |
| value ) |
Macro for defining a compile-time integer constant.