Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

Missing GL version

// Set GLFW context for GLEW to use
// NOTE: GLEW will throw an "missing GL version" error without this
glfwMakeContextCurrent(window); 
 
PREVIOUS NEXT
Tagged: #Missing #GL #version
ADD COMMENT
Topic
Name
7+8 =