[GL] Removed duplicate enums
This duplication is no longer necessary, after the enum name translation fix.
This commit is contained in:
parent
45c8d837a1
commit
b45e9463fc
1 changed files with 0 additions and 9 deletions
|
@ -2503,12 +2503,6 @@
|
||||||
</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" />
|
||||||
|
@ -4855,9 +4849,6 @@
|
||||||
<enum name="VertexAttribDoubleType">
|
<enum name="VertexAttribDoubleType">
|
||||||
<use enum="VERSION_4_1" token="DOUBLE" />
|
<use enum="VERSION_4_1" token="DOUBLE" />
|
||||||
</enum>
|
</enum>
|
||||||
<enum name="VertexAttribD_PointerType">
|
|
||||||
<use enum="VERSION_4_1" token="DOUBLE" />
|
|
||||||
</enum>
|
|
||||||
<enum name="VertexAttribIntegerType">
|
<enum name="VertexAttribIntegerType">
|
||||||
<use enum="DataType" token="BYTE" />
|
<use enum="DataType" token="BYTE" />
|
||||||
<use enum="DataType" token="UNSIGNED_BYTE" />
|
<use enum="DataType" token="UNSIGNED_BYTE" />
|
||||||
|
|
Loading…
Reference in a new issue