hi so i was following the tutorial and i had an issue compiling which was due to a problem with the init i needed this line before it
glfwMakeContextCurrent(window);
glewExperimental = GL_TRUE; //possible fix for some drivers
GLenum err = glewInit();
hi so i was following the tutorial and i had an issue compiling which was due to a problem with the init i needed this line before it
glfwMakeContextCurrent(window);
glewExperimental = GL_TRUE; //possible fix for some drivers
GLenum err = glewInit();