Update API + example

This commit is contained in:
2018-09-22 18:16:48 +02:00
parent b1febba24e
commit bdb827e07e
15 changed files with 680 additions and 722 deletions

14
include/lvrc_EGL.h Normal file
View File

@@ -0,0 +1,14 @@
#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