mesa: update gl_texture_image comments

This commit is contained in:
Brian Paul 2011-10-07 08:22:35 -06:00
parent 5ac96033c5
commit 8c3b5cf943

View file

@ -1231,8 +1231,8 @@ typedef enum
/**
* Texture image state. Describes the dimensions of a texture image,
* the texel format and pointers to Texel Fetch functions.
* Texture image state. Drivers will typically create a subclass of this
* with extra fields for memory buffers, etc.
*/
struct gl_texture_image
{