glew/auto/src/glewinfo_wgl.c
Julian Squires 1084b73e1c Hack in crude OSMesa support
Mostly this is quick, "do nothing" ifdefs when built with
SYSTEM=linux-osmesa, to support the off-screen rendering mode of Mesa in
headless tests.  Support in glewinfo and visualinfo is enough to get
them compile, but insufficient for them to run successfully.
2014-12-06 07:52:47 -05:00

10 lines
158 B
C

}
/* ------------------------------------------------------------------------ */
#if defined(GLEW_OSMESA)
#elif defined(_WIN32)
static void wglewInfo ()
{