From 73852276a4e6057e8f534f11784656bb5df93926 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 14 Jan 2008 23:42:32 +0000 Subject: [PATCH] Added DrawElementsMode enum for the DrawElements function. --- Source/Bind/Specifications/GL2/enum.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Source/Bind/Specifications/GL2/enum.spec b/Source/Bind/Specifications/GL2/enum.spec index 9ab16209..d26eb060 100644 --- a/Source/Bind/Specifications/GL2/enum.spec +++ b/Source/Bind/Specifications/GL2/enum.spec @@ -88,11 +88,6 @@ # no new allocations will be made there in the forseeable future. # ############################################################################### -############################################################################### -# -# Edited by Stefanos Apostolopoulos for OpenTK. Revision 2 -# -############################################################################### Extensions define: VERSION_1_1 = 1 @@ -176,6 +171,19 @@ Extensions define: ############################################################################### +############################################################################### +# +# Edited by Stefanos Apostolopoulos for OpenTK. Revision 2 +# +############################################################################### + +DrawElementsType enum: + use DataType UNSIGNED_BYTE + use DataType UNSIGNED_SHORT + use DataType UNSIGNED_INT + +############################################################################### + AttribMask enum: CURRENT_BIT = 0x00000001 POINT_BIT = 0x00000002