mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
gallium/i965: added const to silence warnings
This commit is contained in:
parent
bad54d0b4d
commit
7ba1afb033
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue