From 95f2deea2fd8bd1e224ab3041a7620917f38900a Mon Sep 17 00:00:00 2001 From: nigels Date: Fri, 29 Oct 2010 04:08:38 +0000 Subject: [PATCH] GL_ARB_point_parameters and GL_EXT_point_parameters specs fixed upstream git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@624 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/core/GL_ARB_point_parameters | 9 --------- auto/core/GL_EXT_point_parameters | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 auto/core/GL_ARB_point_parameters delete mode 100644 auto/core/GL_EXT_point_parameters diff --git a/auto/core/GL_ARB_point_parameters b/auto/core/GL_ARB_point_parameters deleted file mode 100644 index 174ccb6..0000000 --- a/auto/core/GL_ARB_point_parameters +++ /dev/null @@ -1,9 +0,0 @@ -GL_ARB_point_parameters -http://www.opengl.org/registry/specs/ARB/point_parameters.txt -GL_ARB_point_parameters - GL_POINT_SIZE_MIN_ARB 0x8126 - GL_POINT_SIZE_MAX_ARB 0x8127 - GL_POINT_FADE_THRESHOLD_SIZE_ARB 0x8128 - GL_POINT_DISTANCE_ATTENUATION_ARB 0x8129 - void glPointParameterfARB (GLenum pname, GLfloat param) - void glPointParameterfvARB (GLenum pname, const GLfloat* params) diff --git a/auto/core/GL_EXT_point_parameters b/auto/core/GL_EXT_point_parameters deleted file mode 100644 index fab73cc..0000000 --- a/auto/core/GL_EXT_point_parameters +++ /dev/null @@ -1,9 +0,0 @@ -GL_EXT_point_parameters -http://www.opengl.org/registry/specs/EXT/point_parameters.txt -GL_EXT_point_parameters - GL_POINT_SIZE_MIN_EXT 0x8126 - GL_POINT_SIZE_MAX_EXT 0x8127 - GL_POINT_FADE_THRESHOLD_SIZE_EXT 0x8128 - GL_DISTANCE_ATTENUATION_EXT 0x8129 - void glPointParameterfEXT (GLenum pname, GLfloat param) - void glPointParameterfvEXT (GLenum pname, const GLfloat* params)