Archives week 3 of 2012
Jan. 16, 2012 - Jan. 22, 2012
Minor changes to OpenGL.raw
Written by
on
in
Snaking.
I've just done a bit of hacking to make the (Py)OpenGL.raw hierarchy a little more "normal" looking when you read the auto-generated code. There are now functions declared, the functions are then annotated with decorators to make them into wrappers (which actually replaces the original functions). Doesn't really affect how the code works, it just ...