mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
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:
parent
4744f99070
commit
839c21e270
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user