mirror of
				https://github.com/Perlmint/glew-cmake.git
				synced 2025-11-03 22:04:16 +00:00 
			
		
		
		
	Add support for GL_NV_explicit_multisample\nReviewed by Milan Ikits
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@539 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
		
							parent
							
								
									1fd235c367
								
							
						
					
					
						commit
						60e7e8d349
					
				@ -197,6 +197,12 @@ EOT
 | 
			
		||||
    grep -v "glIsEnabledIndexedEXT" $1/GL_EXT_direct_state_access > tmp
 | 
			
		||||
    mv tmp $1/GL_EXT_direct_state_access
 | 
			
		||||
 | 
			
		||||
# remove duplicates in GL_NV_explicit_multisample
 | 
			
		||||
    grep -v "glGetBooleanIndexedvEXT" $1/GL_NV_explicit_multisample > tmp
 | 
			
		||||
    mv tmp $1/GL_NV_explicit_multisample
 | 
			
		||||
    grep -v "glGetIntegerIndexedvEXT" $1/GL_NV_explicit_multisample > tmp
 | 
			
		||||
    mv tmp $1/GL_NV_explicit_multisample
 | 
			
		||||
 | 
			
		||||
# fix bugs in GL_ARB_vertex_shader
 | 
			
		||||
    grep -v "GL_FLOAT" $1/GL_ARB_vertex_shader > tmp
 | 
			
		||||
    mv tmp $1/GL_ARB_vertex_shader
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user