gallium: API cleanup, remove pointless pipe_constant_buffer
[mesa.git] / src / gallium / include / pipe / p_context.h
index 11bcdc0a24c2ae69992eb129e774eda7ae7774e3..509d8e534bb5df11c6d92d9cba8bf1214d5930f4 100644 (file)
@@ -156,7 +156,7 @@ struct pipe_context {
 
    void (*set_constant_buffer)( struct pipe_context *,
                                 uint shader, uint index,
-                                const struct pipe_constant_buffer *buf );
+                                const struct pipe_buffer *buf );
 
    void (*set_framebuffer_state)( struct pipe_context *,
                                   const struct pipe_framebuffer_state * );