mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 01:10:44 +02:00
docs: fix quoting around a few limits
These two were quoted differently than the other limits in this document. Let's fix that to be consistent. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10455>
This commit is contained in:
parent
0747fb546c
commit
a7e95dfca5
1 changed files with 2 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ OpenGL 4.1
|
|||
For OpenGL 4.1 support, the following additional ``VkPhysicalDeviceLimits``
|
||||
are required:
|
||||
|
||||
* `maxImageDimension2D` ≥ 16384
|
||||
* `maxViewports` ≥ 16
|
||||
* ``maxImageDimension2D`` ≥ 16384
|
||||
* ``maxViewports`` ≥ 16
|
||||
|
||||
OpenGL 4.2
|
||||
^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue