3

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

SydC
  • 79
  • 1
  • 6

1 Answers1

1

Make sure you include the GLFW header. Also include the GLAD header BEFORE the GLFW header.

reakt
  • 500
  • 8
  • 25