summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-15 11:42:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-15 11:42:53 -0600
commitc431a22f520c9685e9da37bfdd6b6b2b0af03800 (patch)
treebdc375218f4fbf0d6589d339f1ad46861782e911 /src/mesa/pipe/p_context.h
parent8038d5b68ca06e8ae4db4c999d7194593426d3bb (diff)
added some const qualifiers
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index c0685fa8cb..ae2cc25fe3 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -138,11 +138,11 @@ struct pipe_context {
void (*set_vertex_buffer)( struct pipe_context *,
unsigned index,
- struct pipe_vertex_buffer * );
+ const struct pipe_vertex_buffer * );
void (*set_vertex_element)( struct pipe_context *,
unsigned index,
- struct pipe_vertex_element * );
+ const struct pipe_vertex_element * );
/*