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