projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe2af2
)
s/GLuint */GLvoid */
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 23 Oct 2003 12:19:10 +0000
(12:19 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 23 Oct 2003 12:19:10 +0000
(12:19 +0000)
src/mesa/tnl/t_array_api.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_array_api.c
b/src/mesa/tnl/t_array_api.c
index 4f6cb7ef14b6f94671045772fa325feb075e05ac..b0228b74c7f61b0485954dc8ca48ebef3f96c6c0 100644
(file)
--- a/
src/mesa/tnl/t_array_api.c
+++ b/
src/mesa/tnl/t_array_api.c
@@
-273,7
+273,7
@@
_tnl_DrawRangeElements(GLenum mode,
"DrawRangeElements with empty vertex elements buffer!");
return;
}
- indices = (GL
uint
*) ctx->Array.ElementArrayBufferObj->Data;
+ indices = (GL
void
*) ctx->Array.ElementArrayBufferObj->Data;
}
/* Check arguments, etc.