Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark authored Oct 14, 2024
1 parent aaf3a66 commit e814111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ There are no plans to keep this fork in sync with the upstream.
## Supported rendering backends

* Vulkan 1.3 (Windows, Linux, Android)
* optional **VK_KHR_acceleration_structure** (Windows, Linux)
* optional **VK_KHR_acceleration_structure** (Windows, Linux, Android)
* optional **VK_KHR_ray_tracing_pipeline** (Windows, Linux, Android)
* optional **VK_KHR_ray_query** (Windows, Linux)
* optional **VK_KHR_ray_tracing_pipeline** (Windows, Linux)
* optional **VK_EXT_mesh_shader** (Windows, Linux)
* Vulkan 1.2 + extensions (MacOS)

Expand All @@ -34,9 +34,9 @@ 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_KHR_acceleration_structure | :heavy_check_mark: | :heavy_check_mark: | | |
| VK_KHR_acceleration_structure | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: |
| VK_KHR_ray_tracing_pipeline | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: |
| VK_KHR_ray_query | :heavy_check_mark: | :heavy_check_mark: | | |
| VK_KHR_ray_tracing_pipeline | :heavy_check_mark: | :heavy_check_mark: | | |
| VK_EXT_mesh_shader | :heavy_check_mark: | :heavy_check_mark: | | |

On MacOS, features required by LightweightVK are enabled via extensions `VK_KHR_dynamic_rendering`, `VK_EXT_subgroup_size_control`,
Expand Down

0 comments on commit e814111

Please sign in to comment.