diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index c25bfa638c1..c2eedf8e7c7 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -232,8 +232,8 @@ struct pipe_context { struct pipe_sampler_view **); void (*set_tess_state)(struct pipe_context *, - float default_outer_level[4], - float default_inner_level[2]); + const float default_outer_level[4], + const float default_inner_level[2]); /** * Bind an array of shader resources that will be used by the |