Re: [PyOpenGL-Users] No valid context
Brought to you by:
mcfletch
From: physkets <phy...@tu...> - 2020-04-22 08:29:55
|
Thanks for the pointers, I will take a look. One other thing that's bothering me is: > File "/usr/lib/python3.8/site-packages/OpenGL/GL/VERSION/GL_2_0.py", line 469, in glVertexAttribPointer> contextdata.setValue( key, array ) Why does pyOpenGL use the file for version 2? This is what gets used even when I set the context version hints for pyGLFW. Any idea? |