mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
[GL] Added missing VertexAttribDPointerType enum
This enum used to be there, but somehow disappeared from the 4.5 specs. It’s back now.
This commit is contained in:
parent
bcd76c7364
commit
bfcfb9a2ce
|
@ -4927,6 +4927,9 @@
|
|||
<use enum="VERSION_3_3" token="INT_2_10_10_10_REV" />
|
||||
<use enum="VERSION_4_1" token="FIXED" />
|
||||
</enum>
|
||||
<enum name="VertexAttribD_PointerType">
|
||||
<use enum="VERSION_1_1" token="DOUBLE" />
|
||||
</enum>
|
||||
<enum name="VertexAttribPointerTypeARB">
|
||||
<use enum="DataType" token="BYTE" />
|
||||
<use enum="DataType" token="UNSIGNED_BYTE" />
|
||||
|
|
Loading…
Reference in a new issue