GL_NV_vertex_program4 GL_NV_geometry_program4 GL_NV_fragment_program4 are available iff GL_NV_gpu_program4 is in the OpenGL extension string.

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@588 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2010-03-10 15:35:12 +00:00
parent 4744f99070
commit 839c21e270
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
GL_NV_fragment_program4
http://developer.download.nvidia.com/opengl/specs/GL_NV_fragment_program4.txt
GL_NV_fragment_program4
GL_NV_gpu_program4

View File

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

View File

@ -1,3 +1,3 @@
GL_NV_vertex_program4
http://developer.download.nvidia.com/opengl/specs/GL_NV_vertex_program4.txt
GL_NV_vertex_program4
GL_NV_gpu_program4