|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::Platform::OpenXR::ActionSet |
| This class implements a wrapper for an OpenXR action set. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
| namespace | Ocean::Platform |
| Namespace of the Platform library. | |
| namespace | Ocean::Platform::OpenXR |
| Namespace of the Platform OpenXR library. | |
Typedefs | |
| using | Ocean::Platform::OpenXR::SharedActionSet = std::shared_ptr< ActionSet > |
| Definition of a shared pointer holding an ActionSet object. | |
| using | Ocean::Platform::OpenXR::ActionSets = std::vector< ActionSet > |
| Definition of a vector holding ActionSet objects. | |
| using | Ocean::Platform::OpenXR::SharedActionSets = std::vector< SharedActionSet > |
| Definition of a vector holding a SharedActionSet object. | |