mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 06:15:29 +00:00
Added DrawElementsMode enum for the DrawElements function.
This commit is contained in:
parent
1e0ed3c477
commit
de84cb59a2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue