diff options
author | Brian Paul <[email protected]> | 2008-03-13 18:08:18 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-03-13 18:10:26 +0000 |
commit | fa9e7e9a8debb68611909ac2ffab527c6c39a3e5 (patch) | |
tree | 1f95cc353cc5e80948d305a3c437e95dc5f3ec3c /src/mesa/state_tracker/st_program.h | |
parent | b0d5519b449feda7b048bc59d4fede54e43f5ae1 (diff) |
gallium: remove semantic info from pipe_shader_state
Brian's patch to clean up the shader interfaces.
Diffstat (limited to 'src/mesa/state_tracker/st_program.h')
-rw-r--r-- | src/mesa/state_tracker/st_program.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h index 78786dcbb61..9ef2a07eaac 100644 --- a/src/mesa/state_tracker/st_program.h +++ b/src/mesa/state_tracker/st_program.h @@ -85,6 +85,8 @@ struct st_vertex_program /** maps a TGSI input index back to a Mesa VERT_ATTRIB_x */ GLuint index_to_input[PIPE_MAX_SHADER_INPUTS]; + GLuint num_inputs; + struct pipe_shader_state state; struct pipe_shader_state *driver_shader; |