Menu

#199 glPopDebugGroup() missing.

1.10.0
closed
API (59)
8
2013-08-23
2012-08-30
Anonymous
No

Hi

GLEW 1.9.0 misses support for the glPopDebugGroup() entry point, which is part of the new GL_KHR_debug extension. All other entry points of that extension are apparently exposed, e..g, glPushDebugGroup().

thanks,
-mario

Discussion

  • Nigel Stewart

    Nigel Stewart - 2012-09-02

    Thanks for the report.

     
  • Nigel Stewart

    Nigel Stewart - 2012-09-17
    • status: open --> pending
    • milestone: --> 1.9.1
     
  • Nigel Stewart

    Nigel Stewart - 2012-09-17

    I've put a fix into the git repo.

    The underlying issue is that the specification should
    explicitly say glPushDebugGroup(void).

    • Nigel
     
  • Nigel Stewart

    Nigel Stewart - 2012-09-24

    Specification has been fixed:
    http://www.opengl.org/registry/specs/KHR/debug.txt

    General intention is to put out a new GLEW release soon.

     
  • Nigel Stewart

    Nigel Stewart - 2013-07-22
    • status: pending --> closed
     
  • Nigel Stewart

    Nigel Stewart - 2013-07-22

    Fixed in GLEW 1.10.0
    Closing.
    Thanks for the report.