How to enable GL30 capabilities on OS X?

Started by awside, October 19, 2015, 16:51:57

Previous topic - Next topic

awside

How do I enable GL30 and higher on OSX (El Capitan). I'm using a 2013 MBP retina so it has up to opengl 4.1 on the graphics card.

These windows hints were not able to get it to activate either:

glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);

kappa


awside

Thanks kappa. I'll definitely look at the GLFW FAQ before I ask another question.