mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
isl: Fix the documented units of isl_surf::row_pitch
It's the pitch between surface elements, not between surface samples.
This commit is contained in:
parent
dcb9c11dc7
commit
39d043f94a
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ struct isl_surf {
|
||||||
uint32_t alignment;
|
uint32_t alignment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pitch between vertically adjacent samples, in bytes.
|
* Pitch between vertically adjacent surface elements, in bytes.
|
||||||
*/
|
*/
|
||||||
uint32_t row_pitch;
|
uint32_t row_pitch;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue