[PyOpenGL-Users] Using PyopenGL with GLArea
Brought to you by:
mcfletch
From: Oliver M. <ol...@di...> - 2017-02-11 22:40:09
|
Thought i would have a stab at trying to make this work, I cant find any existing working examples. I have linked a gist if any one want to try. currently I am getting this error. OpenGL.error.NullFunctionError: Attempt to call an undefined function glGenVertexArrays, check for bool(glGenVertexArrays) before calling Which to me sounds like its not available to the context, GLArea is supplying the context so i am unsure why this would be ? Any ideas or can anyone give me some pointers ? https://gist.github.com/olymk2/5b3e49ac83130e580bd9983f2e5d49c3 |