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:
Chad Versace
2016-01-05 14:26:30 -08:00
parent dcb9c11dc7
commit 39d043f94a

View File

@@ -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;