git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@444 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2006-11-21 02:44:05 +00:00
parent a03d892c3b
commit f5ea7eb9fe
7 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,4 @@
GLX_EXT_packed_float
http://developer.download.nvidia.com/opengl/specs/GL_EXT_packed_float.txt
GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT 0x20B1
GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008

View File

@ -1,5 +1,5 @@
GL_NV_depth_buffer_float
http://developer.download.nvidia.com/opengl/specs/GL_NV_depth_buffer_float.txt
GL_NV_framebuffer_multisample_coverage
http://developer.download.nvidia.com/opengl/specs/GL_NV_framebuffer_multisample_coverage.txt
GL_RENDERBUFFER_COVERAGE_SAMPLES_NV 0x8CAB
GL_RENDERBUFFER_COLOR_SAMPLES_NV 0x8E10
GL_MAX_RENDERBUFFER_COVERAGE_SAMPLES_NV 0x8D57

View File

@ -1,5 +1,5 @@
GL_NV_geometry_program4
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_geometry_program4.txt
http://developer.download.nvidia.com/opengl/specs/GL_NV_geometry_program4.txt
GL_GEOMETRY_PROGRAM_NV 0x8C26
GL_MAX_PROGRAM_OUTPUT_VERTICES_NV 0x8C27
GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV 0x8C28

View File

@ -1,5 +1,5 @@
GL_NV_gpu_program4
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_gpu_program4.txt
http://developer.download.nvidia.com/opengl/specs/GL_NV_gpu_program4.txt
GL_MIN_PROGRAM_TEXEL_OFFSET_NV 0x8904
GL_MAX_PROGRAM_TEXEL_OFFSET_NV 0x8905
GL_PROGRAM_ATTRIB_COMPONENTS_NV 0x8906

View File

@ -1,5 +1,5 @@
GL_NV_parameter_buffer_object
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_parameter_buffer_object.txt
http://developer.download.nvidia.com/opengl/specs/GL_NV_parameter_buffer_object.txt
GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV 0x8DA2
GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV 0x8DA3
GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV 0x8DA4

View File

@ -1,5 +1,5 @@
GL_NV_transform_feedback
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_transform_feedback.txt
http://developer.download.nvidia.com/opengl/specs/GL_NV_transform_feedback.txt
GL_BACK_PRIMARY_COLOR_NV 0x8C77
GL_BACK_SECONDARY_COLOR_NV 0x8C78
GL_TEXTURE_COORD_NV 0x8C79

View File

@ -0,0 +1,3 @@
WGL_EXT_packed_float
http://developer.download.nvidia.com/opengl/specs/GL_EXT_packed_float.txt
WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT 0x20A8