mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 08:55:30 +00:00
[Bind] Moved GL overrides to parent folder
This commit is contained in:
parent
0e0565098c
commit
d570eb2032
|
@ -233,7 +233,6 @@
|
|||
</None>
|
||||
<None Include="Specifications\License.txt">
|
||||
</None>
|
||||
<None Include="Specifications\GL2\overrides.xml" />
|
||||
<Compile Include="ES\ES2Generator.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
|
@ -242,7 +241,8 @@
|
|||
</Compile>
|
||||
<Compile Include="GL2\GL2Generator.cs" />
|
||||
<Compile Include="Structures\Documentation.cs" />
|
||||
<None Include="Specifications\GL2\Overrides\ARB_direct_state_access.xml" />
|
||||
<None Include="Specifications\GL2\overrides.xml" />
|
||||
<None Include="Specifications\GL2\GL\4.5\ARB_direct_state_access.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Specifications\GL2\signatures.xml">
|
||||
|
@ -272,6 +272,5 @@
|
|||
</ProjectExtensions>
|
||||
<ItemGroup>
|
||||
<Folder Include="Specifications\Docs\" />
|
||||
<Folder Include="Specifications\GL2\Overrides\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -88,7 +88,7 @@
|
|||
<param name="pname"><type>FramebufferDefaultParameter</type></param>
|
||||
</function>
|
||||
<function name="NamedFramebufferDrawBuffer">
|
||||
<param name="buf"><type>DrawBuffersMode</type></param>
|
||||
<param name="buf"><type>DrawBufferMode</type></param>
|
||||
</function>
|
||||
<function name="NamedFramebufferDrawBuffers">
|
||||
<param name="bufs"><type>DrawBuffersEnum</type></param>
|
Loading…
Reference in a new issue