diff options
author | Brian Paul <[email protected]> | 2001-03-21 16:44:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-21 16:44:08 +0000 |
commit | 0299ad753224372c7a6147f598fdad33f576a714 (patch) | |
tree | 5e9d1404c3b23049c6075318c9beedcaa21c7ec0 /src/mesa/main/texstore.h | |
parent | c8cfbf7c19d7c3c213d5b48e1ef5ce5c19d3a656 (diff) |
renamed some vars, added a bunch of comments
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r-- | src/mesa/main/texstore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index 585d44efe9f..c78a32703c8 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -1,4 +1,4 @@ -/* $Id: texstore.h,v 1.4 2001/03/21 01:08:37 brianp Exp $ */ +/* $Id: texstore.h,v 1.5 2001/03/21 16:44:08 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -39,7 +39,7 @@ extern void _mesa_transfer_teximage(GLcontext *ctx, GLuint dimensions, - GLenum texFormat, GLvoid *texDestAddr, + GLenum texDestFormat, GLvoid *texDestAddr, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint dstXoffset, GLint dstYoffset, GLint dstZoffset, GLint dstRowStride, GLint dstImageStride, |