From 7711b9ba1a6c7b07d10782b70613cd7c5f658aba Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Mon, 7 Dec 2020 13:49:39 +0100 Subject: [PATCH] README: Mention VK_VALVE_mutable_descriptor_type as a key extension. Signed-off-by: Hans-Kristian Arntzen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4206630..e628d868 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ These extensions will likely become mandatory later. - `VK_KHR_buffer_device_address` - `VK_EXT_extended_dynamic_state` +`VK_VALVE_mutable_descriptor_type` is also highly recommended, but not mandatory. + ### AMD (RADV / ACO) For AMD, RADV is the recommended driver and the one that sees most testing on AMD GPUs.