We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE);
위의 코드를 삽입하지 않으면 아래 glfwInit()에서 오류발생
if (!glfwInit()) {exit(EXIT_FAILURE);}
There was an error while loading. Please reload this page.