Added DrawElementsMode enum for the DrawElements function.

This commit is contained in:
the_fiddler 2008-01-14 23:42:32 +00:00
parent 1e0ed3c477
commit de84cb59a2

View file

@ -88,11 +88,6 @@
# no new allocations will be made there in the forseeable future. # no new allocations will be made there in the forseeable future.
# #
############################################################################### ###############################################################################
###############################################################################
#
# Edited by Stefanos Apostolopoulos for OpenTK. Revision 2
#
###############################################################################
Extensions define: Extensions define:
VERSION_1_1 = 1 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: AttribMask enum:
CURRENT_BIT = 0x00000001 CURRENT_BIT = 0x00000001
POINT_BIT = 0x00000002 POINT_BIT = 0x00000002