diff options
author | Rob Clark <[email protected]> | 2019-03-14 08:48:08 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-03-30 13:04:00 -0400 |
commit | e167e8f8a2bc50a0f34864363e0746aced034a8b (patch) | |
tree | 388bb1a19e473eb46e1d51a371514ac1f14e1404 /src/gallium/include | |
parent | 7ff6705b8d89fb2cf43604aefc96ed634c78be9d (diff) |
gallium/docs: clarify set_sampler_views (v2)
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h index e07b76d4f03..5c62ed49fa7 100644 --- a/src/gallium/include/pipe/p_context.h +++ b/src/gallium/include/pipe/p_context.h @@ -327,7 +327,7 @@ struct pipe_context { void (*set_sampler_views)(struct pipe_context *, enum pipe_shader_type shader, unsigned start_slot, unsigned num_views, - struct pipe_sampler_view **); + struct pipe_sampler_view **views); void (*set_tess_state)(struct pipe_context *, const float default_outer_level[4], |