pyopengl
pyopengl copied to clipboard
OpenGL version parsing failure
Hi,
I'm running pygame + pyopengl on an orangepi zero2w. When I create an OpenGL ES 3.2 context, the returning version string does not fit to the parsing code. You can see in the debugger the exact version string.
I also run the parsing code to see the values that will be passed to int() and fail.