diff options
author | Ian Romanick <[email protected]> | 2005-05-26 16:34:58 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-05-26 16:34:58 +0000 |
commit | 497dd3e920bef8f72cd6a85b2551cd309fb7b631 (patch) | |
tree | 44d307ea2a5d83c6f08767aa65d356648e801e39 /src/mesa/glapi/gl_API.xml | |
parent | 249db89b009e64812d4bcec80d0c5a64f1d65aeb (diff) |
Minor correction to EXT_framebuffer_object XML. Fix gl_table.py so that it
generates the correct script name in the generated output.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 5ce816693c8..19f204c3172 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -11508,7 +11508,7 @@ <param name="textarget" type="GLenum"/> <param name="texture" type="GLuint"/> <param name="level" type="GLint"/> - <param name="zoffsetl" type="GLint"/> + <param name="zoffset" type="GLint"/> </function> <function name="FramebufferRenderbufferEXT" offset="810"> |