mirror of
				https://github.com/Perlmint/glew-cmake.git
				synced 2025-11-04 06:15:10 +00:00 
			
		
		
		
	*** 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:
		
							parent
							
								
									5713df7d72
								
							
						
					
					
						commit
						d265d66188
					
				@ -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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user