@@ -15,9 +15,9 @@ There are no plans to keep this fork in sync with the upstream.
1515## Supported rendering backends
1616
1717 * Vulkan 1.3 (Windows, Linux, Android)
18- * optional ** VK_KHR_acceleration_structure** (Windows, Linux)
18+ * optional ** VK_KHR_acceleration_structure** (Windows, Linux, Android)
19+ * optional ** VK_KHR_ray_tracing_pipeline** (Windows, Linux, Android)
1920 * optional ** VK_KHR_ray_query** (Windows, Linux)
20- * optional ** VK_KHR_ray_tracing_pipeline** (Windows, Linux)
2121 * optional ** VK_EXT_mesh_shader** (Windows, Linux)
2222 * Vulkan 1.2 + extensions (MacOS)
2323
@@ -34,9 +34,9 @@ There are no plans to keep this fork in sync with the upstream.
3434| ----------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
3535| Vulkan 1.3 | :heavy_check_mark : | :heavy_check_mark : | :heavy_exclamation_mark : | :heavy_check_mark : |
3636| Vulkan 1.2 | | | :heavy_check_mark : | |
37- | VK_KHR_acceleration_structure | :heavy_check_mark : | :heavy_check_mark : | | |
37+ | VK_KHR_acceleration_structure | :heavy_check_mark : | :heavy_check_mark : | | :heavy_check_mark : |
38+ | VK_KHR_ray_tracing_pipeline | :heavy_check_mark : | :heavy_check_mark : | | :heavy_check_mark : |
3839| VK_KHR_ray_query | :heavy_check_mark : | :heavy_check_mark : | | |
39- | VK_KHR_ray_tracing_pipeline | :heavy_check_mark : | :heavy_check_mark : | | |
4040| VK_EXT_mesh_shader | :heavy_check_mark : | :heavy_check_mark : | | |
4141
4242On MacOS, features required by LightweightVK are enabled via extensions ` VK_KHR_dynamic_rendering ` , ` VK_EXT_subgroup_size_control ` ,
0 commit comments