isl: document the meaning of the array_len field in isl_view
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user