Closed wguo68 closed 8 years ago
I think that example3 is missing the glad loader. Try to add the following lines after glfwMakeContextCurrent(window):
#if defined (NANOGUI_GLAD)
gladLoadGLLoader((GLADloadproc)glfwGetProcAddress);
#endif
I hope this helps!
It seems 0000000 in Call Stack.