Skyscraper 2.0
Ogre::OpenXRInstance Class Reference

#include <OgreOpenXRInstance.h>

Collaboration diagram for Ogre::OpenXRInstance:

Public Member Functions

 OpenXRInstance ()
 
 ~OpenXRInstance ()
 
void Initialize (const std::string &applicationName)
 
const xr::InstanceHandlegetHandle ()
 
const bool initialized ()
 

Private Attributes

xr::InstanceHandle m_instanceHandle
 

Detailed Description

Definition at line 26 of file OgreOpenXRInstance.h.

Constructor & Destructor Documentation

◆ OpenXRInstance()

Ogre::OpenXRInstance::OpenXRInstance ( )

Definition at line 21 of file OgreOpenXRInstance.cpp.

◆ ~OpenXRInstance()

Ogre::OpenXRInstance::~OpenXRInstance ( )

Definition at line 25 of file OgreOpenXRInstance.cpp.

Member Function Documentation

◆ getHandle()

const xr::InstanceHandle & Ogre::OpenXRInstance::getHandle ( )

Definition at line 53 of file OgreOpenXRInstance.cpp.

◆ Initialize()

void Ogre::OpenXRInstance::Initialize ( const std::string & applicationName)

Definition at line 32 of file OgreOpenXRInstance.cpp.

References CHECK, CHECK_XRCMD, and SelectExtensions().

Here is the call graph for this function:

◆ initialized()

const bool Ogre::OpenXRInstance::initialized ( )

Definition at line 58 of file OgreOpenXRInstance.cpp.

References xr::UniqueXrHandle< HandleType >::Get().

Here is the call graph for this function:

Member Data Documentation

◆ m_instanceHandle

xr::InstanceHandle Ogre::OpenXRInstance::m_instanceHandle
private

Definition at line 36 of file OgreOpenXRInstance.h.


The documentation for this class was generated from the following files: