dep/glad: Add WGL, EGL, GLX

This commit is contained in:
Connor McLaughlin
2020-05-04 03:00:54 +10:00
parent fb443ea5f5
commit 75ad533f30
9 changed files with 6116 additions and 1 deletions

View File

@@ -2,9 +2,11 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\glad.c" />
<ClCompile Include="src\glad_wgl.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\khrplatform.h" />
<ClInclude Include="include\glad.h" />
<ClInclude Include="include\glad_wgl.h" />
</ItemGroup>
</Project>