mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	retired NV_element_array
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@253 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
		
							parent
							
								
									bf8976b177
								
							
						
					
					
						commit
						e195dc40e5
					
				
							
								
								
									
										6
									
								
								auto/core/GL_EXT_pixel_buffer_object
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								auto/core/GL_EXT_pixel_buffer_object
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
			
		||||
GL_EXT_pixel_buffer_object
 | 
			
		||||
http://www.nvidia.com/dev_content/nvopenglspecs/GL_EXT_pixel_buffer_object.txt
 | 
			
		||||
	GL_PIXEL_PACK_BUFFER_EXT 0x88EB
 | 
			
		||||
	GL_PIXEL_UNPACK_BUFFER_EXT 0x88EC
 | 
			
		||||
	GL_PIXEL_PACK_BUFFER_BINDING_EXT 0x88ED
 | 
			
		||||
	GL_PIXEL_UNPACK_BUFFER_BINDING_EXT 0x88EF
 | 
			
		||||
@ -1,9 +0,0 @@
 | 
			
		||||
GL_NV_element_array
 | 
			
		||||
http://developer.nvidia.com/docs/IO/3260/ATT/nv30specs.pdf
 | 
			
		||||
	GL_ELEMENT_ARRAY_TYPE_NV 0x8769
 | 
			
		||||
	GL_ELEMENT_ARRAY_POINTER_NV 0x876A
 | 
			
		||||
	void glElementPointerNV (GLenum type, const GLvoid *pointer)
 | 
			
		||||
	void glDrawElementArrayNV (GLenum mode, GLint first, GLsizei count)
 | 
			
		||||
	void glDrawRangeElementArrayNV (GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count)
 | 
			
		||||
	void glMultiDrawElementArrayNV (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
 | 
			
		||||
	void glMultiDrawRangeElementArrayNV (GLenum mode, GLuint start, GLuint end, const GLint *first, const GLsizei *count, GLsizei primcount)
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user