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:
Erik Faye-Lund 2021-04-26 14:11:01 +02:00 committed by Marge Bot
parent 0747fb546c
commit a7e95dfca5

View file

@ -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
^^^^^^^^^^