mirror of
https://github.com/nigels-com/glew.git
synced 2025-06-18 12:38:29 +00:00
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.
10 lines
158 B
C
10 lines
158 B
C
}
|
|
|
|
/* ------------------------------------------------------------------------ */
|
|
|
|
#if defined(GLEW_OSMESA)
|
|
#elif defined(_WIN32)
|
|
|
|
static void wglewInfo ()
|
|
{
|