From 839c21e2706ea3948139f74f5ab870fe7b9b0972 Mon Sep 17 00:00:00 2001 From: nigels Date: Wed, 10 Mar 2010 15:35:12 +0000 Subject: [PATCH] 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 --- auto/core/GL_NV_fragment_program4 | 2 +- auto/core/GL_NV_geometry_program4 | 2 +- auto/core/GL_NV_vertex_program4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auto/core/GL_NV_fragment_program4 b/auto/core/GL_NV_fragment_program4 index 94f8ab0..0ae2598 100644 --- a/auto/core/GL_NV_fragment_program4 +++ b/auto/core/GL_NV_fragment_program4 @@ -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 diff --git a/auto/core/GL_NV_geometry_program4 b/auto/core/GL_NV_geometry_program4 index 5f6f185..3f82b19 100644 --- a/auto/core/GL_NV_geometry_program4 +++ b/auto/core/GL_NV_geometry_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 diff --git a/auto/core/GL_NV_vertex_program4 b/auto/core/GL_NV_vertex_program4 index 42c5322..7e61b3a 100644 --- a/auto/core/GL_NV_vertex_program4 +++ b/auto/core/GL_NV_vertex_program4 @@ -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