I followed this tutorial to write a simple project using GLFW and glad but I don't know how to set up glad in my project. I am currently using Eclipse.
To be more precise, I am trying to ask how to correctly include glad in a project
I followed this tutorial to write a simple project using GLFW and glad but I don't know how to set up glad in my project. I am currently using Eclipse.
To be more precise, I am trying to ask how to correctly include glad in a project
Make sure you include the GLFW header. Also include the GLAD header BEFORE the GLFW header.