[PyOpenGL-Users] glDrawRangeElements, GL_MAX_ELEMENTS_VERTICES & GL_MAX_ELEMENTS_INDICES
Brought to you by:
mcfletch
From: <ba...@fr...> - 2003-12-14 11:42:18
|
hi, i wanted to use glDrawRangeElements, so i have to know what are the value= s of glGetIntegerv(GL_MAX_ELEMENTS_VERTICES) and glGetIntegerv(GL_MAX_ELEMENTS_INDICES)... but these keywords appear to be unknown to my pyOpenGl... a grep in the pyOpenGL directory gives no resul= t (although a grep in the GL-includes demonstrates that these keywords are presents in my GL.h). I know this functionnality are new in OpenGL1.3, but if this functionnali= ty is documented, what's the difficulty ? PB |