19typedef void *EGLDisplay;
20typedef void *EGLConfig;
21typedef void *EGLContext;
22typedef void (*__eglMustCastToProperFunctionPointerType)(void);
23typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(
const char *proc);
37 PFNEGLGETPROCADDRESSPROC get_gl_procaddr,
38 bool renderdoc_enabled,
enum xrt_result xrt_result_t
Result type used across Monado.
Time-keeping state structure.
Definition u_time.cpp:30
Base class for an OpenGL (ES) client compositor.
Definition xrt_compositor.h:1972
Main compositor server interface.
Definition xrt_compositor.h:2236
Header declaring XRT graphics interfaces.
Header defining an xrt display or controller device.