docs: fix quoting around a few limits
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 26 Apr 2021 12:11:01 +0000 (14:11 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 26 Apr 2021 12:59:33 +0000 (12:59 +0000)
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>

docs/drivers/zink.rst

index 8728f3e..d08440d 100644 (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
 ^^^^^^^^^^