Squashed commit of the following:
[mesa.git] / src / gallium / auxiliary / util / u_sampler.h
index bdd061c851c4d60b178b7ce61234321c0cbfcf0c..f3dad7417e0ff875a27c720a068c6b5a7dfda081 100644 (file)
@@ -41,12 +41,12 @@ extern "C" {
 
 void
 u_sampler_view_default_template(struct pipe_sampler_view *view,
-                                const struct pipe_texture *texture,
+                                const struct pipe_resource *texture,
                                 enum pipe_format format);
 
 void
 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
-                                    const struct pipe_texture *texture,
+                                    const struct pipe_resource *texture,
                                     enum pipe_format format);