mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 05:45:28 +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.
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue