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`.