docs/zink: add two missing required features

If these features aren't supported, we'll start doing illegal stuff, so
let's document it.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8648>
This commit is contained in:
Erik Faye-Lund 2021-01-22 09:49:36 +01:00 committed by Marge Bot
parent a640588a41
commit fb5d7d60e7
1 changed files with 2 additions and 0 deletions

View File

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