summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vega/mask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/vega/mask.h')
-rw-r--r--src/gallium/state_trackers/vega/mask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/vega/mask.h b/src/gallium/state_trackers/vega/mask.h
index 5eaaede0e3..4feacbefda 100644
--- a/src/gallium/state_trackers/vega/mask.h
+++ b/src/gallium/state_trackers/vega/mask.h
@@ -63,6 +63,6 @@ void mask_fill(VGint x, VGint y,
VGfloat value);
VGint mask_bind_samplers(struct pipe_sampler_state **samplers,
- struct pipe_texture **textures);
+ struct pipe_sampler_view **sampler_views);
#endif