From a7e95dfca5cc67f6e08f2fa3b9ca8649f530aa15 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 26 Apr 2021 14:11:01 +0200 Subject: [PATCH] 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 Part-of: --- docs/drivers/zink.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 8728f3e..d08440d 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -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 ^^^^^^^^^^ -- 2.7.4