docs: do not document required minimum

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>
This commit is contained in:
Erik Faye-Lund 2020-10-23 09:16:36 +02:00 committed by Marge Bot
parent dd0f941097
commit be693beef1

View 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`_