docs: do not document required minimum
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 23 Oct 2020 07:16:36 +0000 (09:16 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 26 Oct 2020 10:49:58 +0000 (10:49 +0000)
We already document that shaderClipDistance is required, and for that
feature to be supported maxClipDistances needs to be at least 8. So
there's no point in documenting the maxClipDistances-requirement.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7286>

docs/drivers/zink.rst

index 18f3d43..dc27766 100644 (file)
@@ -34,10 +34,6 @@ Here's a list of those requirements:
   * ``alphaToOne``
   * ``shaderClipDistance``
 
-* ``VkPhysicalDeviceLimits``:
-
-  * ``maxClipDistances`` ≥ 6
-
 * Instance extensions:
 
   * `VK_KHR_get_physical_device_properties2`_