Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark authored Aug 19, 2024
1 parent b3cb830 commit bb22f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.
Expand Down

0 comments on commit bb22f55

Please sign in to comment.