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