Included GLAD for OpenGL support

This commit is contained in:
piwalker
2025-01-03 08:41:58 -07:00
parent a6be15ef13
commit 9e6406fc59
8 changed files with 8200 additions and 1 deletions

View File

@ -7,6 +7,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "2dGameProject", "2dGameProj
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glfw", "deps\glfw.vcxproj", "{1153A50D-40F1-4B5A-BA79-072CEE778C0E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glad", "deps\glad\glad.vcxproj", "{0CD78D8C-5F18-4236-8F46-B404EF625A88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@ -31,6 +33,14 @@ Global
{1153A50D-40F1-4B5A-BA79-072CEE778C0E}.Release|x64.Build.0 = Release|x64
{1153A50D-40F1-4B5A-BA79-072CEE778C0E}.Release|x86.ActiveCfg = Release|Win32
{1153A50D-40F1-4B5A-BA79-072CEE778C0E}.Release|x86.Build.0 = Release|Win32
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Debug|x64.ActiveCfg = Debug|x64
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Debug|x64.Build.0 = Debug|x64
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Debug|x86.ActiveCfg = Debug|Win32
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Debug|x86.Build.0 = Debug|Win32
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Release|x64.ActiveCfg = Release|x64
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Release|x64.Build.0 = Release|x64
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Release|x86.ActiveCfg = Release|Win32
{0CD78D8C-5F18-4236-8F46-B404EF625A88}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE