docs: remove bogus zink-requirement

VkPhysicalDeviceFeatures::depthClamp isn't required until GL 3.2, where
we already list it. Remove the extra entry to avoid confusion.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9925>
This commit is contained in:
Erik Faye-Lund 2021-03-30 17:16:47 +02:00 committed by Marge Bot
parent 5737cecd45
commit 1f1e4705af

View File

@ -28,7 +28,6 @@ Here's a list of those requirements:
* ``VkPhysicalDeviceFeatures``:
* ``logicOp``
* ``depthClamp``
* ``fillModeNonSolid``
* ``wideLines``
* ``largePoints``