StapleGL
Header-only C++20 OpenGL wrapper
|
Loads OpenGL functions. More...
#include "glad.h"
Go to the source code of this file.
Loads OpenGL functions.
This file is a placeholder for the OpenGL function loader. You can use any loader you want, as long as it is compatible with the OpenGL version you are using.
To switch to a different loader, simply replace the include directive with the one you want to use. For example, if you want to use GLEW, you would replace the include directive with:
#include "GL/glew.h"
For the examples, we are using glad.h, if you want to see the examples with a different loader, you'll have to modify their loading code accordingly.
Definition in file gl_functions.hpp.