diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-11-30 16:58:22 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-11-30 16:58:22 +0000 |
commit | 4a826ed267c580a0f5e803ff7f05710c9d135b70 (patch) | |
tree | 03e50e30a058463b9e0ddc876321af0e546eebb0 /glsize.hpp | |
parent | 2acb730f37171531df47d308929be6c545eaeea6 (diff) |
Add brief comments.
Diffstat (limited to 'glsize.hpp')
-rw-r--r-- | glsize.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -26,6 +26,15 @@ * **************************************************************************/ +/* + * 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_ |