From bb22f555118c823af2cc9c9b1d45fb06e0d37ed2 Mon Sep 17 00:00:00 2001 From: Sergey Kosarevsky Date: Sun, 18 Aug 2024 22:27:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bdb873c38..fe3fce158f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ There are no plans to keep this fork in sync with the upstream. ## Supported rendering backends * Vulkan 1.3 (Windows, Linux, Android) + * optional **VK_EXT_mesh_shader** (Windows, Linux) * Vulkan 1.2 + extensions (MacOS) ## Supported platforms @@ -30,6 +31,7 @@ There are no plans to keep this fork in sync with the upstream. | ------------------------ | -------------------------- | -------------------------- | -------------------------- | -------------------------- | | Vulkan 1.3 | :heavy_check_mark: | :heavy_check_mark: | :heavy_exclamation_mark: | :heavy_check_mark: | | Vulkan 1.2 | | | :heavy_check_mark: | | +| VK_EXT_mesh_shader | :heavy_check_mark: | :heavy_check_mark: | | | On MacOS, features required by LightweightVK are available via extensions `VK_KHR_dynamic_rendering`, `VK_EXT_subgroup_size_control`, `VK_EXT_extended_dynamic_state`, `VK_EXT_extended_dynamic_state2`, and `VK_KHR_synchronization2`.