Visual Studio 2019 配置OpenGL

1. 使用nupengl.core包

参考https://www.cnblogs.com/FireCuckoo/p/7826615.html

2. 配置GLFW

参考https://www.cnblogs.com/graphics/p/3661500.html

3. 配置GLAD

参考https://blog.csdn.net/chase_hung/article/details/82929853

 

其它参考

https://learnopengl-cn.github.io/01%20Getting%20started/02%20Creating%20a%20window/

https://blog.csdn.net/u012989236/article/details/78447220

https://blog.csdn.net/csr_monkey/article/details/89069767

你可能感兴趣的:(OpenGL)