From be693beef1e71205986cbf2ace1f0be7a79e3229 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 23 Oct 2020 09:16:36 +0200 Subject: [PATCH] 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 Part-of: --- docs/drivers/zink.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 18f3d433d89..dc27766c821 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -34,10 +34,6 @@ Here's a list of those requirements: * ``alphaToOne`` * ``shaderClipDistance`` -* ``VkPhysicalDeviceLimits``: - - * ``maxClipDistances`` ≥ 6 - * Instance extensions: * `VK_KHR_get_physical_device_properties2`_