summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_context.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2009-12-23 20:42:55 +0100
committerRoland Scheidegger <sroland@vmware.com>2009-12-23 20:42:55 +0100
commitbeb712ee9adf693f02e5d867344817176189d385 (patch)
tree69ac80bcc2efd409a767499019a36f7f33cc6256 /src/gallium/include/pipe/p_context.h
parentcc7a2d8e6422f632b28e740afc4ab29bd68ac0f9 (diff)
gallium: API cleanup, remove pointless pipe_constant_buffer
Diffstat (limited to 'src/gallium/include/pipe/p_context.h')
-rw-r--r--src/gallium/include/pipe/p_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_context.h b/src/gallium/include/pipe/p_context.h
index 11bcdc0a24..509d8e534b 100644
--- a/src/gallium/include/pipe/p_context.h
+++ b/src/gallium/include/pipe/p_context.h
@@ -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 * );