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

@ -36,9 +36,11 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\glad.c" />
<ClCompile Include="src\glad_wgl.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\glad.h" />
<ClInclude Include="include\glad_wgl.h" />
<ClInclude Include="include\khrplatform.h" />
</ItemGroup>
<PropertyGroup Label="Globals">