15 lines
300 B
C
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
|