Blender  V2.93
Public Attributes | List of all members
wmXrRuntimeData Struct Reference

#include <wm_xr_intern.h>

Public Attributes

GHOST_XrContextHandle context
 
wmWindowsession_root_win
 
wmXrSessionState session_state
 
wmXrSessionExitFn exit_fn
 

Detailed Description

Definition at line 49 of file wm_xr_intern.h.

Member Data Documentation

◆ context

GHOST_XrContextHandle wmXrRuntimeData::context

◆ exit_fn

wmXrSessionExitFn wmXrRuntimeData::exit_fn

Definition at line 58 of file wm_xr_intern.h.

Referenced by wm_xr_session_exit_cb(), and wm_xr_session_toggle().

◆ session_root_win

wmWindow* wmXrRuntimeData::session_root_win

The window the session was started in. Stored to be able to follow its view-layer. This may be an invalid reference, i.e. the window may have been closed.

Definition at line 54 of file wm_xr_intern.h.

Referenced by wm_xr_session_root_window_or_fallback_get(), and wm_xr_session_toggle().

◆ session_state

wmXrSessionState wmXrRuntimeData::session_state

The documentation for this struct was generated from the following file: