[PyOpenGL-Users] GLSL issue
Brought to you by:
mcfletch
From: Crni G. <cg...@gm...> - 2007-05-02 11:47:40
|
Am trying PyOpenGL on Linux together with recently announced Mesa 6.5.3, that has full support for OpenGL shading language. PyOpenGL seems to be working fine, I was able to compile and use my shaders. There was a PyOpenGL fix needed, however: glGetObjectParameter() calls from OpenGL/GL/VERSION/GL_2_0.py should be replaced with glGetShaderiv()/glGetProgramiv(). I was able to run my program by simply deleting _afterCheck() error checking function registration from above file, and then re-compiling and re-installing PyOpenGL, but this issue should be probably properly fixed... HTH, Crni |