]> git.cworth.org Git - apitrace/blobdiff - glsize.hpp
Add brief comments.
[apitrace] / glsize.hpp
index ce2048810d3885705ec96cc8ae93144c290830bf..ead293b5a1ad2ff1d94bbc8e940495939c8bd1c8 100644 (file)
  *
  **************************************************************************/
 
+/*
+ * Auxiliary functions to compute the size of array/blob arguments, depending.
+ *
+ * Some of these functions were semi-automatically generated with
+ * apigen/glsize.py script from Mesa's XML description of the GL enums.
+ *
+ * Other functions were done by hand.
+ */
+
 #ifndef _GL_HELPERS_HPP_
 #define _GL_HELPERS_HPP_