mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
*** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@128 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
c3f7097c66
commit
96541c0e4c
@ -258,7 +258,7 @@ OpenGL functionality. For example:
|
||||
...
|
||||
glutInit(&argc, argv);
|
||||
glutCreateWindow("GLEW Test");
|
||||
int err = glewInit();
|
||||
GLenum err = glewInit();
|
||||
if (GLEW_OK != err)
|
||||
{
|
||||
/* problem: glewInit failed, something is seriously wrong */
|
||||
|
Loading…
Reference in New Issue
Block a user