Browse Source

gallium/i965: added const to silence warnings

tags/mesa_20090313
Brian 17 years ago
parent
commit
7ba1afb033
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/i965simple/brw_context.h

+ 1
- 1
src/gallium/drivers/i965simple/brw_context.h View File

@@ -504,7 +504,7 @@ struct brw_context
/* Arrays with buffer objects to copy non-bufferobj arrays into
* for upload:
*/
struct pipe_vertex_buffer *vbo_array[PIPE_ATTRIB_MAX];
const struct pipe_vertex_buffer *vbo_array[PIPE_ATTRIB_MAX];

struct brw_vertex_element_state inputs[PIPE_ATTRIB_MAX];


Loading…
Cancel
Save