mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 04:51:31 +00:00
Added tokens for [#2054]: "[GL 4.1] Vertex Attrib 64bit".
This commit is contained in:
parent
965191a043
commit
cbc37f14f1
|
@ -758,6 +758,20 @@
|
|||
</param>
|
||||
</function>
|
||||
|
||||
<!-- Version 4.1 -->
|
||||
|
||||
<function name="VertexAttribLPointer" extension="Core">
|
||||
<param name="type">
|
||||
<type>VertexAttribDPointerType</type>
|
||||
</param>
|
||||
</function>
|
||||
|
||||
<function name="GetVertexAttribL" extension="Core">
|
||||
<param name="pname">
|
||||
<type>VertexAttribParameter</type>
|
||||
</param>
|
||||
</function>
|
||||
|
||||
<!-- Arb -->
|
||||
|
||||
<function name="VertexAttribPointer" extension="Arb">
|
||||
|
@ -2644,6 +2658,9 @@
|
|||
<enum name="TransformFeedbackTarget">
|
||||
<use enum="VERSION_4_0" token="TRANSFORM_FEEDBACK" />
|
||||
</enum>
|
||||
<enum name="VertexAttribD_PointerType">
|
||||
<use enum="VERSION_4_1" token="DOUBLE" />
|
||||
</enum>
|
||||
<enum name="VertexAttribI_PointerType">
|
||||
<use enum="DataType" token="BYTE" />
|
||||
<use enum="DataType" token="UNSIGNED_BYTE" />
|
||||
|
|
Loading…
Reference in a new issue