How to install GLAD using CMake and Visual Studio 2022 for Desktop
- Type in the browser search field: glad download. GLAD is necessary to call OpenGL functions, to use OpenGL constants and so on
- This page will be opened: https://glad.dav1d.de/
- Scroll down the page and click on the "Generate" button:
- You see the error: "No API for specification selected"
- I use the 2.1 API version for Desktop:
- Scroll down the page and click on the "Generate" button again:
- Click on the "glad.zip" link:
- Unziped the downloaded archive somewhere, for example:
- Note. You can see what is the current number of version of release on the GitHub page on the right panel: https://github.com/Dav1dde/glad. Scroll down and see the version number:
- Next guide: Setting up GLAD 2.0.8 using CMake and Visual Studio 2022 for Desktop