I’m trying to use GLFW 3.2 on my RPi3 on Raspbian, where I enabled the experimental OpenGL support.
However, if I use OpenGL 3.2, I’m getting error messages about this version not being supported. GLX fails to initialize.
And if I use OpenGL 2.0, I’m getting a different error message saying that context profiles are only defined for 3.2 and higher.
Is there any examples of GLFW 3.2 working on a Raspberry Pi?
Should I switch to OpenGL ES?