StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
gl_functions.hpp File Reference

Loads OpenGL functions. More...

#include "glad.h"
Include dependency graph for gl_functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Loads OpenGL functions.

Authors
Christian Panov, Dario Loi
Date
2023-04-28

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.