We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23046f commit b9f67f1Copy full SHA for b9f67f1
1 file changed
source/examples/cubescape/main.cpp
@@ -96,7 +96,7 @@ int main(int, char *[])
96
97
glfwMakeContextCurrent(window);
98
99
- glbinding::initialize(nullptr, false); // only resolve functions that are actually used (lazy)
+ glbinding::initialize(glfwGetProcAddress, false); // only resolve functions that are actually used (lazy)
100
glbinding::aux::enableGetErrorCallback();
101
102
// print some gl infos (query)
0 commit comments