summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_device.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-02-25 14:19:54 +0100
committerMichal Krol <michal@vmware.com>2010-02-25 14:19:54 +0100
commit92a8c42baa64fbf8e1a986a0b820fe1744c1b3b3 (patch)
tree543b1385a74990053feeee6c35602ba5b2be7f9e /src/gallium/state_trackers/python/st_device.h
parent3a7314a78d2d239aef4032445c41e530ec13d3e0 (diff)
python: Fix after sampler view changes.
Diffstat (limited to 'src/gallium/state_trackers/python/st_device.h')
-rw-r--r--src/gallium/state_trackers/python/st_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/python/st_device.h b/src/gallium/state_trackers/python/st_device.h
index de9e0215d8..dee9a8ca7b 100644
--- a/src/gallium/state_trackers/python/st_device.h
+++ b/src/gallium/state_trackers/python/st_device.h
@@ -59,8 +59,8 @@ struct st_context {
void *gs;
struct pipe_texture *default_texture;
- struct pipe_texture *fragment_sampler_textures[PIPE_MAX_SAMPLERS];
- struct pipe_texture *vertex_sampler_textures[PIPE_MAX_VERTEX_SAMPLERS];
+ struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
+ struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_VERTEX_SAMPLERS];
unsigned num_vertex_buffers;
struct pipe_vertex_buffer vertex_buffers[PIPE_MAX_ATTRIBS];