Squashed commit of the following:
[mesa.git] / src / gallium / drivers / failover / fo_context.h
index 73031321d98d00360dd103a32e0bf02db83d17e2..88ae5ad60d538722759d6f08345b63008d3c1629 100644 (file)
@@ -134,7 +134,7 @@ failover_context( struct pipe_context *pipe )
 void
 failover_set_constant_buffer(struct pipe_context *pipe,
                              uint shader, uint index,
-                             struct pipe_buffer *buf);
+                             struct pipe_resource *resource);
 
 
 #endif /* FO_CONTEXT_H */