Re: [PyOpenGL-Users] bug in glDrawBuffers?
Brought to you by:
mcfletch
From: Gijs <in...@bs...> - 2009-03-20 08:27:03
|
On 3/20/09 7:44 AM, René Dudfield wrote: > Hi, > > I tried with python2.5.2 (preinstalled python) and python2.5.4 on osx > 10.5.6 and it fails with both. > > I made a small pyrex wrapper of the functions, and dropped them into > the test, and they worked. So I'm guessing it's a ctypes issue of > some sort maybe. > > > cu, What kind of version do you have of PyOpenGL? I'm running Python 2.5.4 and PyOpenGL 3.0.0c1 and that works perfectly without any extra work. |