mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 10:35:33 +00:00
[GL] Added a missing enum
This commit is contained in:
parent
c6e8991872
commit
0e0565098c
|
@ -2503,6 +2503,12 @@
|
||||||
</function>
|
</function>
|
||||||
</overload>
|
</overload>
|
||||||
|
|
||||||
|
<add name="gl">
|
||||||
|
<enum name="VertexAttribDPointerType">
|
||||||
|
<use token="DOUBLE" />
|
||||||
|
</enum>
|
||||||
|
</add>
|
||||||
|
|
||||||
<add name="gl|glcore">
|
<add name="gl|glcore">
|
||||||
<enum name="ActiveAttribType">
|
<enum name="ActiveAttribType">
|
||||||
<use enum="VERSION_1_1" token="NONE" />
|
<use enum="VERSION_1_1" token="NONE" />
|
||||||
|
|
Loading…
Reference in a new issue