mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 23:05:06 +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 */
|