mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
8 lines
190 B
C
8 lines
190 B
C
|
|
/* ------------------------------------------------------------------------ */
|
||
|
|
|
||
|
|
static void glewInfo (void)
|
||
|
|
{
|
||
|
|
#ifdef GL_VERSION_1_1
|
||
|
|
_glewInfo_GL_VERSION_1_1();
|
||
|
|
#endif /* GL_VERSION_1_1 */
|