diff options
author | Ian Romanick <[email protected]> | 2005-01-27 19:50:59 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-01-27 19:50:59 +0000 |
commit | 6398a97affb8d2dde90dd77cb65aef8e9827e63d (patch) | |
tree | 077add37dd8de66846d9f35b6cee9fc0d027717e /src/mesa/glapi | |
parent | 82e22f50f1e1640d60dbe243ea093960aa682be1 (diff) |
Mark a couple more function parameters as counters.
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index fe1aa42332e..5f9c83ce475 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -844,7 +844,7 @@ glx: </function> <function name="CallLists" offset="3"> - <param name="n" type="GLsizei"/> + <param name="n" type="GLsizei" counter="true"/> <param name="type" type="GLenum"/> <param name="lists" type="const GLvoid *" variable_param="type" count="n"/> <glx rop="2" large="true"/> @@ -2988,7 +2988,7 @@ glx: </function> <function name="GenTextures" offset="328"> - <param name="n" type="GLsizei"/> + <param name="n" type="GLsizei" counter="true"/> <param name="textures" type="GLuint *" output="true"/> <glx sop="145" always_array="true"/> </function> @@ -7026,7 +7026,7 @@ glx: </function> <function name="GenTexturesEXT" offset="440"> - <param name="n" type="GLsizei"/> + <param name="n" type="GLsizei" counter="true"/> <param name="textures" type="GLuint *" output="true"/> <glx vendorpriv="13" always_array="true"/> </function> |