mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-14 10:13:49 +00:00
2b9775d8d3
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@80 783a27ee-832a-0410-bc00-9f386506c6dd
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 */
|