diff options
author | Roland Scheidegger <[email protected]> | 2009-12-23 20:42:55 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2009-12-23 20:42:55 +0100 |
commit | beb712ee9adf693f02e5d867344817176189d385 (patch) | |
tree | 69ac80bcc2efd409a767499019a36f7f33cc6256 /src/gallium/include/pipe/p_state.h | |
parent | cc7a2d8e6422f632b28e740afc4ab29bd68ac0f9 (diff) |
gallium: API cleanup, remove pointless pipe_constant_buffer
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 60e96b98deb..f3d580d8d6d 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -178,15 +178,6 @@ struct pipe_clip_state }; -/** - * Constants for vertex/fragment shaders - */ -struct pipe_constant_buffer -{ - struct pipe_buffer *buffer; -}; - - struct pipe_shader_state { const struct tgsi_token *tokens; |