diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 32a8867df6d..6f620f60ec7 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -205,8 +205,7 @@ Strided linear images have numerous limitations: - Strides must be a multiple of 16 bytes. - Strides must be nonzero. For 1D images where the stride is logically irrelevant, ail will internally select the minimal stride. -- Only 1D and 2D images may be linear. In particular, no 3D or cubemaps. -- Array texture may not be linear. No 2D arrays or cubemap arrays. +- Only 1D, 2D, and 2D Array images may be linear. In particular, no 3D or cubemaps. - 2D images must not be mipmapped. - Block-compressed formats and multisampled images are unsupported. Elements of a strided linear image are simply pixels.