From 1f1e4705af37f5a678129bec45a550a05966b5bf Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 30 Mar 2021 17:16:47 +0200 Subject: [PATCH] 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 Part-of: --- docs/drivers/zink.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index fbbcbe63ab8..9a7dd49cd48 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -28,7 +28,6 @@ Here's a list of those requirements: * ``VkPhysicalDeviceFeatures``: * ``logicOp`` - * ``depthClamp`` * ``fillModeNonSolid`` * ``wideLines`` * ``largePoints``