From 9f1673205e80abde2a923142d06f863571c3c631 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 3 Jan 2008 13:31:04 +0000 Subject: [PATCH] Small cosmetic change in Point Sprites. --- Source/Bind/Specifications/GL2/enumext.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Source/Bind/Specifications/GL2/enumext.spec b/Source/Bind/Specifications/GL2/enumext.spec index b828cc00..1ccdd8f1 100644 --- a/Source/Bind/Specifications/GL2/enumext.spec +++ b/Source/Bind/Specifications/GL2/enumext.spec @@ -922,15 +922,6 @@ GetPName enum: # STENCIL_BACK_VALUE_MASK = 0x8CA4 # ARB_stencil_two_side # STENCIL_BACK_WRITEMASK = 0x8CA5 # ARB_stencil_two_side -# Point Sprites (http://www.opengl.org/sdk/docs/man/xhtml/glPointParameter.xml) -PointParameterName enum: - POINT_SPRITE_COORD_ORIGIN = 0x8CA0 # ARB_point_sprite (added for 2.0) - -# Specifies the coordinate origin of the Point Sprite. -PointSpriteCoordOriginParameter enum: - LOWER_LEFT = 0x8CA1 # ARB_point_sprite (added for 2.0) - UPPER_LEFT = 0x8CA2 # ARB_point_sprite (added for 2.0) - # Two Side Stencil # http://www.opengl.org/sdk/docs/man/xhtml/glStencilFuncSeparate.xml # http://www.opengl.org/sdk/docs/man/xhtml/glStencilMaskSeparate.xml @@ -1093,7 +1084,17 @@ GetPName enum: DRAW_BUFFER14 = 0x8833 DRAW_BUFFER15 = 0x8834 -# Point Sprites (http://opengl.org/registry/specs/ARB/point_sprite.txt) +# Point Sprites +# http://opengl.org/registry/specs/ARB/point_sprite.txt +# http://www.opengl.org/sdk/docs/man/xhtml/glPointParameter.xml +PointParameterName enum: + POINT_SPRITE_COORD_ORIGIN = 0x8CA0 # ARB_point_sprite (added for 2.0) + +# Specifies the coordinate origin of the Point Sprite. +PointSpriteCoordOriginParameter enum: + LOWER_LEFT = 0x8CA1 # ARB_point_sprite (added for 2.0) + UPPER_LEFT = 0x8CA2 # ARB_point_sprite (added for 2.0) + EnableCap enum: POINT_SPRITE = 0x8861