[PyOpenGL-Users] darwinplatform -- no VBOs?
Brought to you by:
mcfletch
From: Jackson H. L. <nbs...@lo...> - 2010-05-11 15:01:59
|
It seems like the functions are there -- In [7]: OpenGL.platform.PLATFORM.GL.glGenBuffers Out[7]: <_FuncPtr object at 0x10580b600> but pyopengl doesn't see it? In [8]: bool(OpenGL.GL.glGenBuffers) Out[8]: False Is my install broken? Is this just not supported? Running OSX 10.6.3, same results on System Python or on macports python. Pyopengl installed via easy_install. Thanks! Hoy |