|
Blender V4.3
|
#include <cassert>#include <string>#include "GHOST_C-api.h"#include "GHOST_XrContext.hh"#include "GHOST_XrException.hh"#include "GHOST_Xr_intern.hh"Go to the source code of this file.
Functions | |
| GHOST_XrContextHandle | GHOST_XrContextCreate (const GHOST_XrContextCreateInfo *create_info) |
| void | GHOST_XrContextDestroy (GHOST_XrContextHandle xr_contexthandle) |
| void | GHOST_XrErrorHandler (GHOST_XrErrorHandlerFn handler_fn, void *customdata) |
Abstraction for XR (VR, AR, MR, ..) access via OpenXR.
Definition in file GHOST_Xr.cc.
| GHOST_XrContextHandle GHOST_XrContextCreate | ( | const GHOST_XrContextCreateInfo * | create_info | ) |
| void GHOST_XrContextDestroy | ( | GHOST_XrContextHandle | xr_contexthandle | ) |
Definition at line 38 of file GHOST_Xr.cc.
Referenced by GHOST_XrEventsHandle(), and wm_xr_runtime_data_free().
| void GHOST_XrErrorHandler | ( | GHOST_XrErrorHandlerFn | handler_fn, |
| void * | customdata ) |
Definition at line 43 of file GHOST_Xr.cc.
References GHOST_XrContext::setErrorHandler().
Referenced by wm_xr_init().