[Bind] Moved GL overrides to parent folder

This commit is contained in:
thefiddler 2014-08-13 11:23:33 +02:00
parent 0e0565098c
commit d570eb2032
2 changed files with 3 additions and 4 deletions

View file

@ -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>

View file

@ -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>