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

View file

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