mesa: update comment for gl_texture_unit

This commit is contained in:
Brian Paul 2011-06-22 08:12:10 -06:00
parent 50d7d03a79
commit f3f080e526

View file

@ -1435,8 +1435,7 @@ struct gl_texgen
/**
* Texture unit state. Contains enable flags, texture environment/function/
* combiners, texgen state, pointers to current texture objects and
* post-filter color tables.
* combiners, texgen state, and pointers to current texture objects.
*/
struct gl_texture_unit
{