 |
Overte C++ Documentation
|
|
9 #include <openxr/openxr.h>
15 #define XR_ENUM(type, enm, constant) static const type enm = (type)constant
16 #define XR_STRUCT_ENUM(enm, constant) XR_ENUM(XrStructureType, enm, constant)
17 #define XR_RESULT_ENUM(enm, constant) XR_ENUM(XrResult, enm, constant)
18 #define XR_REFSPACE_ENUM(enm, constant) XR_ENUM(XrReferenceSpaceType, enm, constant)