mesa: update gl_texture_image comments
authorBrian Paul <brianp@vmware.com>
Fri, 7 Oct 2011 14:22:35 +0000 (08:22 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Oct 2011 14:23:24 +0000 (08:23 -0600)
src/mesa/main/mtypes.h

index c97c0bf80af3efa263aba05d80c8ec8eddc3362f..d329bee80069efac4a4329d1e83eaa779c37aa39 100644 (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
 {