12#ifndef vtkOpenXRManagerRemoteConnection_h 
   13#define vtkOpenXRManagerRemoteConnection_h 
   16#include "vtkRenderingOpenXRRemotingModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
OpenXR manager connection no-op implementation.
 
OpenXR remoting connection strategy.
 
bool Initialize() override
 
const char * GetExtensionName() override
Enable the OpenXR Remoting extension if supported.
 
static vtkOpenXRManagerRemoteConnection * New()
 
vtkOpenXRManagerRemoteConnection()=default
 
~vtkOpenXRManagerRemoteConnection()=default
 
bool HandleXrEvent(const XrEventDataBuffer &eventData) override
Handle connection/deconnection events.
 
bool ConnectToRemote(XrInstance instance, XrSystemId id) override
 
Defines the OpenXR types and extensions common to all platforms.