KDXr::OpenXrPassthroughLayer
Module: OpenXR
OpenXrPassthroughLayer. 
#include <openxr_passthrough_layer.h>
Public Functions
Public Attributes
Public Functions Documentation
function OpenXrPassthroughLayer
 | explicit OpenXrPassthroughLayer(
    OpenXrResourceManager * _openxrResourceManager,
    XrPassthroughLayerFB _passthroughLayer,
    const KDGpu::Handle< Session_t > _sessionHandle,
    const PassthroughLayerOptions _options
)
  | 
 
function setRunning
 | void setRunning(
    bool running
)
  | 
 
Public Attributes Documentation
variable openxrResourceManager
 | OpenXrResourceManager * openxrResourceManager { nullptr };
  | 
 
variable passthroughLayer
 | XrPassthroughLayerFB passthroughLayer { XR_NULL_HANDLE };
  | 
 
variable sessionHandle
 | KDGpu::Handle< Session_t > sessionHandle;
  | 
 
variable options
 | PassthroughLayerOptions options;
  | 
 
Updated on 2025-11-02 at 00:01:42 +0000