From 5d70415c04b919c9eb7d8fbd5cb6aac7f71793ae Mon Sep 17 00:00:00 2001 From: nigels Date: Fri, 13 Aug 2010 20:49:25 +0000 Subject: [PATCH] Add various enumerants missing from glew.h currently git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@617 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/bin/update_ext.sh | 9 +++++++++ auto/core/GL_EXT_draw_range_elements | 4 ++-- auto/core/GL_NV_gpu_program5 | 9 +++++++++ auto/core/GL_NV_vertex_program4 | 1 + 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 auto/core/GL_NV_gpu_program5 diff --git a/auto/bin/update_ext.sh b/auto/bin/update_ext.sh index 89c5749..febea1e 100755 --- a/auto/bin/update_ext.sh +++ b/auto/bin/update_ext.sh @@ -278,6 +278,15 @@ EOT grep -v "EXT" $1/GL_ARB_viewport_array > tmp mv tmp $1/GL_ARB_viewport_array +# Additional enumerations for GL_NV_vertex_buffer_unified_memory +# These are mentioned in GL_ARB_draw_indirect.txt + + cat >> $1/GL_NV_vertex_buffer_unified_memory <