From 06aaa2ceadfa06bceb7fe14d7b533aa9a9d5a61a Mon Sep 17 00:00:00 2001 From: Shmerl Date: Sat, 29 Jan 2022 21:08:09 -0500 Subject: [PATCH] docs/features: Add VK_KHR_acceleration_structure, VK_KHR_pipeline_library, VK_KHR_ray_query, VK_KHR_ray_tracing_pipeline. Closes: #5901 Reviewed-by: Samuel Pitoiset Part-of: --- docs/features.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/features.txt b/docs/features.txt index 62f84bee56a..198c5ff879d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -494,6 +494,7 @@ Vulkan 1.3 -- all DONE: anv, radv Khronos extensions that are not part of any Vulkan version: + VK_KHR_acceleration_structure in progress VK_KHR_android_surface not started VK_KHR_deferred_host_operations DONE (anv, radv) VK_KHR_display DONE (anv, lvp, radv, tu, v3dv) @@ -510,7 +511,10 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_incremental_present DONE (anv, lvp, radv, tu, v3dv, vn) VK_KHR_performance_query DONE (anv/gen8+, tu) VK_KHR_pipeline_executable_properties DONE (anv, radv, tu) + VK_KHR_pipeline_library in progress VK_KHR_push_descriptor DONE (anv, lvp, radv, tu) + VK_KHR_ray_query not started + VK_KHR_ray_tracing_pipeline in progress VK_KHR_shader_clock DONE (anv, radv) VK_KHR_shader_integer_dot_product DONE (anv, radv, tu) VK_KHR_shader_subgroup_uniform_control_flow DONE (anv, radv)