Blender
V3.3
|
#include <cassert>
#include <string>
#include "GHOST_C-api.h"
#include "GHOST_XrContext.h"
#include "GHOST_XrException.h"
#include "GHOST_Xr_intern.h"
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.cpp.
GHOST_XrContextHandle GHOST_XrContextCreate | ( | const GHOST_XrContextCreateInfo * | create_info | ) |
void GHOST_XrContextDestroy | ( | GHOST_XrContextHandle | xr_contexthandle | ) |
Definition at line 36 of file GHOST_Xr.cpp.
Referenced by GHOST_XrEventsHandle(), and wm_xr_runtime_data_free().
Definition at line 41 of file GHOST_Xr.cpp.
References GHOST_XrContext::setErrorHandler().
Referenced by wm_xr_init().