Files
Linux-VR-Compositor-Dev/include/lvrc_GLX.h
2018-09-23 19:47:40 +02:00

15 lines
300 B
C

#ifndef LINUX_VR_COMPOSITOR_GLX_H
#define LINUX_VR_COMPOSITOR_GLX_H
#ifdef __cplusplus
extern "C" {
#endif
LVRC_API bool lvrcInitRenderingGLX(struct lvrcInstance * state, Display* display, GLXDrawable drawable, GLXContext context);
#ifdef __cplusplus
}
#endif
#endif // LINUX_VR_COMPOSITOR_GLX_H