mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
intel: update intel_texture_image comment
This commit is contained in:
parent
24524784cf
commit
46f5ef557f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ struct intel_texture_image
|
|||
struct swrast_texture_image base;
|
||||
|
||||
/* If intelImage->mt != NULL, image data is stored here.
|
||||
* Else if intelImage->base.Data != NULL, image is stored there.
|
||||
* Else if intelImage->base.Buffer != NULL, image is stored there.
|
||||
* Else there is no image data.
|
||||
*/
|
||||
struct intel_mipmap_tree *mt;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue