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:
@@ -747,7 +747,7 @@ struct isl_surf {
|
||||
uint32_t alignment;
|
||||
|
||||
/**
|
||||
* Pitch between vertically adjacent samples, in bytes.
|
||||
* Pitch between vertically adjacent surface elements, in bytes.
|
||||
*/
|
||||
uint32_t row_pitch;
|
||||
|
||||
|
Reference in New Issue
Block a user