Menu

#173 OpenGL.GL.GL_ALL_ATTRIB_BITS has bad value

v3.0.0
closed-fixed
GL (74)
5
2008-01-07
2007-10-24
Anonymous
No

On a Mac OS X 10.4.9 straightforward tarball build (PyOpenGL-3.0.0a6) the value of the constant OpenGL.GL.GL_ALL_ATTRIB_BITS is wrong (so glPushAttrib(GL_ALL_ATTRIB_BITS) won't work).
The gl.h header says

#define GL_ALL_ATTRIB_BITS 0x000fffff

but the value is 4294967295.

Discussion

  • Mike C. Fletcher

    • assigned_to: nobody --> mcfletch
    • status: open --> closed-fixed
     
  • Mike C. Fletcher

    Logged In: YES
    user_id=34901
    Originator: NO

    Weird, don't see how that got to that value. Anyway, current CVS has the correct value in place.

     

Log in to post a comment.