mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 21:21:39 +02:00
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:
parent
2658d02516
commit
8d3475ab8c
2 changed files with 6 additions and 0 deletions
|
|
@ -159,6 +159,9 @@ supported:
|
|||
|
||||
* ``maxImageDimension1D`` ≥ 16384
|
||||
* ``maxImageDimension2D`` ≥ 16384
|
||||
* ``maxImageDimension3D`` ≥ 2048
|
||||
* ``maxImageDimensionCube`` ≥ 16384
|
||||
* ``maxImageArrayLayers`` ≥ 2048
|
||||
* ``maxViewports`` ≥ 16
|
||||
|
||||
OpenGL 4.2
|
||||
|
|
|
|||
|
|
@ -155,6 +155,9 @@
|
|||
"limits": {
|
||||
"maxImageDimension1D": 16384,
|
||||
"maxImageDimension2D": 16384,
|
||||
"maxImageDimension3D": 2048,
|
||||
"maxImageDimensionCube": 16384,
|
||||
"maxImageArrayLayers": 2048,
|
||||
"maxViewports": 16
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue