*** empty log message ***

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@5 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2002-12-13 21:33:14 +00:00
parent 5713df7d72
commit d265d66188

View File

@ -332,12 +332,14 @@ GLEW requires GLX 1.2 to assure compatibility with GLUT. In addition,
the SGI GLX video extensions are not supported, because they depend on
external libraries.
<p>
Note that according to the WGL and GLX specifications you have to
initialize the entry points for every rendering context you create.
GLEW ignores this requirement, and does not define per context entry
points. This means that you need to call <tt>glewInit()</tt> only
once in your program. We have not noticed any problems so far from
ignoring this requirement.
Note that according to the <a
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/ntopnglr_6ye
r.asp">WGL documentation</a> you have to initialize the entry points
for every rendering context you create. GLEW ignores this
requirement, and does not define per context entry points. This means
that you need to call <tt>glewInit()</tt> only once in your program,
or more precisely once per process. We have not noticed any problems
so far from ignoring the specification.
<p>
</td>