Archives week 22 of 2011
May 30, 2011 - June 5, 2011
Playing with extensions in PyOpenGL
Written by
on
in
Snaking.
Have been spending the afternoon doing a bit of cleanup in the later extensions and versions for OpenGL in PyOpenGL. Many of the later OpenGL versions do most of their work by importing entry points and constants from ARB extensions. That's now reflected in PyOpenGL so that the core GL namespace includes those extension entry ...