commit | 4a826ed267c580a0f5e803ff7f05710c9d135b70 | [log] [tgz] |
---|---|---|
author | José Fonseca <jfonseca@vmware.com> | Tue Nov 30 16:58:22 2010 +0000 |
committer | José Fonseca <jfonseca@vmware.com> | Tue Nov 30 16:58:22 2010 +0000 |
tree | 03e50e30a058463b9e0ddc876321af0e546eebb0 | |
parent | 2acb730f37171531df47d308929be6c545eaeea6 [diff] [blame] |
Add brief comments.
diff --git a/glapi.py b/glapi.py index b1f3508..8afb411 100644 --- a/glapi.py +++ b/glapi.py
@@ -24,6 +24,15 @@ ##########################################################################/ +"""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 *