diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-15 11:42:53 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-15 11:42:53 -0600 |
commit | c431a22f520c9685e9da37bfdd6b6b2b0af03800 (patch) | |
tree | bdc375218f4fbf0d6589d339f1ad46861782e911 /src/mesa/pipe | |
parent | 8038d5b68ca06e8ae4db4c999d7194593426d3bb (diff) |
added some const qualifiers
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/p_context.h | 4 |
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 * ); /* |