i965: added comment

This commit is contained in:
Brian Paul 2009-02-20 10:48:20 -07:00
parent da2b661ee4
commit fc320d4641

View file

@ -163,7 +163,7 @@ struct brw_vertex_program {
struct brw_fragment_program {
struct gl_fragment_program program;
GLuint id;
GLuint id; /**< serial no. to identify frag progs, never re-used */
};