#ifndef LINUX_VR_COMPOSITOR_EGL_H #define LINUX_VR_COMPOSITOR_EGL_H #ifdef __cplusplus extern "C" { #endif LVRC_API bool lvrcInitRenderingEGL(struct lvrcInstance * state, EGLDisplay display, EGLContext context, EGLSurface surface); #ifdef __cplusplus } #endif #endif // LINUX_VR_COMPOSITOR_EGL_H