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:

committed by
Marge Bot

parent
2658d02516
commit
8d3475ab8c
@@ -159,6 +159,9 @@ supported:
|
|||||||
|
|
||||||
* ``maxImageDimension1D`` ≥ 16384
|
* ``maxImageDimension1D`` ≥ 16384
|
||||||
* ``maxImageDimension2D`` ≥ 16384
|
* ``maxImageDimension2D`` ≥ 16384
|
||||||
|
* ``maxImageDimension3D`` ≥ 2048
|
||||||
|
* ``maxImageDimensionCube`` ≥ 16384
|
||||||
|
* ``maxImageArrayLayers`` ≥ 2048
|
||||||
* ``maxViewports`` ≥ 16
|
* ``maxViewports`` ≥ 16
|
||||||
|
|
||||||
OpenGL 4.2
|
OpenGL 4.2
|
||||||
|
@@ -155,6 +155,9 @@
|
|||||||
"limits": {
|
"limits": {
|
||||||
"maxImageDimension1D": 16384,
|
"maxImageDimension1D": 16384,
|
||||||
"maxImageDimension2D": 16384,
|
"maxImageDimension2D": 16384,
|
||||||
|
"maxImageDimension3D": 2048,
|
||||||
|
"maxImageDimensionCube": 16384,
|
||||||
|
"maxImageArrayLayers": 2048,
|
||||||
"maxViewports": 16
|
"maxViewports": 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user