mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 14:30:26 +01:00
intel: Update stale comment for intel_miptree_slice::map
The comment referred to intel_tex_image_map/unmap, but should more accurately refer to intel_miptree_map/unmap. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
4b40375c43
commit
7a2e40ed28
1 changed files with 2 additions and 2 deletions
|
|
@ -131,8 +131,8 @@ struct intel_mipmap_level
|
|||
/** \} */
|
||||
|
||||
/**
|
||||
* Pointer to mapping information, present across
|
||||
* intel_tex_image_map()/unmap of the slice.
|
||||
* Mapping information. Persistent for the duration of
|
||||
* intel_miptree_map/unmap on this slice.
|
||||
*/
|
||||
struct intel_miptree_map *map;
|
||||
} *slice;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue