|
Ocean
|
Namespace of the Platform OpenXR library. More...
Data Structures | |
| class | ActionSet |
| This class implements a wrapper for an OpenXR action set. More... | |
| class | Instance |
| This class wraps an OpenXR instance. More... | |
| class | Session |
| This class wraps an OpenXR session. More... | |
| class | Utilities |
| This class implements utility functions for OpenXR. More... | |
Typedefs | |
| using | SharedActionSet = std::shared_ptr< ActionSet > |
| Definition of a shared pointer holding an ActionSet object. | |
| using | ActionSets = std::vector< ActionSet > |
| Definition of a vector holding ActionSet objects. | |
| using | SharedActionSets = std::vector< SharedActionSet > |
| Definition of a vector holding a SharedActionSet object. | |
| using | ScopedXrSpace = ScopedObjectCompileTimeT< XrSpace, XrSpace, XrResult, xrDestroySpaceOcean, XR_SUCCESS > |
| Definition of a scoped object holding a XrSpace object. | |
| using | XrVectors2f = std::vector< XrVector2f > |
| Definition of a vector holding OpenXR XrVector2f objects. | |
| using | XrVectors3f = std::vector< XrVector3f > |
| Definition of a vector holding OpenXR XrVector3f objects. | |
| using | XrVectors4f = std::vector< XrVector4f > |
| Definition of a vector holding OpenXR XrVector4f objects. | |
| using | XrVectors4sFB = std::vector< XrVector4sFB > |
| Definition of a vector holding OpenXR XrVector4sFB objects. | |
| using | XrPosesf = std::vector< XrPosef > |
| Definition of a vector holding OpenXR XrPosef objects. | |
| using | XrHandJointsEXT = std::vector< XrHandJointEXT > |
| Definition of a vector holding OpenXR XrHandJointEXT objects. | |
| using | XrPaths = std::vector< XrPath > |
| Definition of a vector holding OpenXR XrPath objects. | |
Functions | |
| XrResult | xrDestroySpaceOcean (XrSpace xrSpace) |
| Wrapper function for xrDestroySpace. | |