]> git.cworth.org Git - apitrace/blobdiff - glapi.py
Add brief comments.
[apitrace] / glapi.py
index b1f35088b16a11e10d560a9ec379933c5572accf..8afb411f77e54b83f5c35ca819d9a9fad6684ac1 100644 (file)
--- a/glapi.py
+++ b/glapi.py
 ##########################################################################/
 
 
+"""GL API description.
+
+Most of these were automatically generated with the apigen/glspec.py script
+from Khronos OpenGL spec files, and then manually edited to cover the corner
+cases correctly.
+
+"""
+
+
 from stdapi import *
 from glenum import *