Macros | |
| #define | VU_TRUE 1 |
| Boolean value for true. | |
| #define | VU_FALSE 0 |
| Boolean value for false. | |
Typedefs | |
| typedef uint32_t | VuBool |
| Boolean type. | |
| typedef int32_t | VuErrorCode |
| Error code type. | |
| typedef uint32_t | VuFlags |
| Bitflag code type. | |
| typedef struct VuController_ | VuController |
| Vuforia Controller handle. | |
Enumerations | |
| enum | VuResult : int32_t { VU_FAILED = 0x0 , VU_SUCCESS = 0x1 } |
| Error code result from an operation. More... | |
| enum | VuRotation : int32_t { VU_ROTATION_ANGLE_0 = 0x1 , VU_ROTATION_ANGLE_90 = 0x2 , VU_ROTATION_ANGLE_180 = 0x3 , VU_ROTATION_ANGLE_270 = 0x4 } |
| Rotation angle for camera intrinsics, rendering, etc. More... | |
| typedef int32_t VuErrorCode |
Error code type.
| enum VuResult : int32_t |
| enum VuRotation : int32_t |