docs/zink: document missing max-image requirements

This should bring Zink's documentation up to speed with the previous
commit.

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19780>
This commit is contained in:
Erik Faye-Lund
2022-11-16 14:03:51 +01:00
committed by Marge Bot
parent 2658d02516
commit 8d3475ab8c
2 changed files with 6 additions and 0 deletions

View File

@@ -159,6 +159,9 @@ supported:
* ``maxImageDimension1D`` ≥ 16384
* ``maxImageDimension2D`` ≥ 16384
* ``maxImageDimension3D`` ≥ 2048
* ``maxImageDimensionCube`` ≥ 16384
* ``maxImageArrayLayers`` ≥ 2048
* ``maxViewports`` ≥ 16
OpenGL 4.2

View File

@@ -155,6 +155,9 @@
"limits": {
"maxImageDimension1D": 16384,
"maxImageDimension2D": 16384,
"maxImageDimension3D": 2048,
"maxImageDimensionCube": 16384,
"maxImageArrayLayers": 2048,
"maxViewports": 16
}
}