mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
*** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@91 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
b1c4045781
commit
b271f56f21
@ -1,4 +1,5 @@
|
||||
GL_ARB_matrix_palette
|
||||
http://oss.sgi.com/projects/ogl-sample/registry/ARB/matrix_palette.txt
|
||||
GL_MATRIX_PALETTE_ARB 0x8840
|
||||
GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB 0x8841
|
||||
GL_MAX_PALETTE_MATRICES_ARB 0x8842
|
||||
@ -14,4 +15,3 @@ GL_ARB_matrix_palette
|
||||
void glMatrixIndexubvARB (GLint size, GLubyte *indices)
|
||||
void glMatrixIndexusvARB (GLint size, GLushort *indices)
|
||||
void glMatrixIndexuivARB (GLint size, GLuint *indices)
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
GL_ARB_multitexture
|
||||
http://oss.sgi.com/projects/ogl-sample/registry/ARB/multitexture.txt
|
||||
GL_TEXTURE0_ARB 0x84C0
|
||||
GL_TEXTURE1_ARB 0x84C1
|
||||
GL_TEXTURE2_ARB 0x84C2
|
||||
|
@ -1,4 +1,5 @@
|
||||
GL_ARB_vertex_blend
|
||||
http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_blend.txt
|
||||
GL_MAX_VERTEX_UNITS_ARB 0x86A4
|
||||
GL_ACTIVE_VERTEX_UNITS_ARB 0x86A5
|
||||
GL_WEIGHT_SUM_UNITY_ARB 0x86A6
|
||||
|
@ -1,7 +0,0 @@
|
||||
GL_ATIX_point_sprites
|
||||
GL_TEXTURE_POINT_MODE_ATIX 0x60b0
|
||||
GL_TEXTURE_POINT_ONE_COORD_ATIX 0x60b1
|
||||
GL_TEXTURE_POINT_SPRITE_ATIX 0x60b2
|
||||
GL_POINT_SPRITE_CULL_MODE_ATIX 0x60b3
|
||||
GL_POINT_SPRITE_CULL_CENTER_ATIX 0x60b4
|
||||
GL_POINT_SPRITE_CULL_CLIP_ATIX 0x60b5
|
@ -1,4 +0,0 @@
|
||||
GL_ATIX_texture_env_combine3
|
||||
GL_MODULATE_ADD_ATIX 0x8744
|
||||
GL_MODULATE_SIGNED_ADD_ATIX 0x8745
|
||||
GL_MODULATE_SUBTRACT_ATIX 0x8746
|
Loading…
Reference in New Issue
Block a user