isl: document the meaning of the array_len field in isl_view

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Iago Toral Quiroga 2017-02-24 08:35:39 +01:00
parent 3d8feb38e8
commit 64bf78270d
1 changed files with 6 additions and 0 deletions

View File

@ -934,6 +934,12 @@ struct isl_view {
* for texturing, they are ignored.
*/
uint32_t base_array_layer;
/**
* Array Length
*
* Indicates the number of array elements starting at Base Array Layer.
*/
uint32_t array_len;
struct isl_swizzle swizzle;