st/mesa: remove an obsolete comment

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Nicolai Hähnle 2017-06-25 18:10:32 +02:00
parent 7c5b204e38
commit 2f89c39861
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ struct st_vertex_program
/* used when bypassing glsl_to_tgsi: */
struct gl_shader_program *shader_program;
/** maps a Mesa VERT_ATTRIB_x to a packed TGSI input index */
/** maps a TGSI input index back to a Mesa VERT_ATTRIB_x */
ubyte index_to_input[PIPE_MAX_ATTRIBS];
ubyte num_inputs;