J. Appleyard wrote:
> Python 2.4.4, PyOpenGL-3.0.0a5 and a4.
>
> glGetString(GL_EXTENSIONS) seems to be returning none. I have no idea why.
> Has anybody any idea what could be causing this? I tried running an
> extension viewer, and it can find them find, however PyOpenGL doesn't seem
> to be able to find any.
>
You are most likely calling the function before you have a valid
rendering context. At least on my machine that returns None. Calling
with an active context should return the set of extensions.
HTH,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
|