Blender  V3.3
Classes | Enumerations
GHOST_XrContext.h File Reference
#include <memory>
#include <vector>
#include "GHOST_Xr_intern.h"
#include "GHOST_IXrContext.h"

Go to the source code of this file.

Classes

struct  GHOST_XrCustomFuncs
 
class  GHOST_XrContext
 Main GHOST container to manage OpenXR through. More...
 

Enumerations

enum  GHOST_TXrOpenXRRuntimeID {
  OPENXR_RUNTIME_MONADO , OPENXR_RUNTIME_OCULUS , OPENXR_RUNTIME_STEAMVR , OPENXR_RUNTIME_WMR ,
  OPENXR_RUNTIME_VARJO , OPENXR_RUNTIME_UNKNOWN
}
 

Enumeration Type Documentation

◆ GHOST_TXrOpenXRRuntimeID

In some occasions, runtime specific handling is needed, e.g. to work around runtime bugs.

Enumerator
OPENXR_RUNTIME_MONADO 
OPENXR_RUNTIME_OCULUS 
OPENXR_RUNTIME_STEAMVR 
OPENXR_RUNTIME_WMR 
OPENXR_RUNTIME_VARJO 
OPENXR_RUNTIME_UNKNOWN 

Definition at line 35 of file GHOST_XrContext.h.