22 #ifndef INCLUDED_GR_FOSPHOR_GLFW_SINK_C_IMPL_H 23 #define INCLUDED_GR_FOSPHOR_GLFW_SINK_C_IMPL_H 44 gr::thread::thread d_worker;
46 void glfw_render(
void);
47 void glfw_cb_reshape(
int w,
int h);
48 void glfw_cb_key(
int key,
int scancode,
int action,
int mods);
51 static void _glfw_cb_reshape(GLFWwindow *wnd,
int w,
int h);
52 static void _glfw_cb_key(GLFWwindow *wnd,
int key,
int scancode,
int action,
int mods);
GLFW version of fosphor sink.
Definition: glfw_sink_c.h:37
Base class for fosphor sink implementation.
Definition: base_sink_c_impl.h:43
Definition: base_sink_c.h:30
GLFW version of fosphor sink (implementation)
Definition: glfw_sink_c_impl.h:38