mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-13 18:00:05 +00:00
Do run DCE if SPV_KHR_ray_query is used. (#4047)
This commit is contained in:
parent
84546647a0
commit
10e0ae7946
@ -991,6 +991,7 @@ void AggressiveDCEPass::InitExtensions() {
|
||||
"SPV_NV_mesh_shader",
|
||||
"SPV_NV_ray_tracing",
|
||||
"SPV_KHR_ray_tracing",
|
||||
"SPV_KHR_ray_query",
|
||||
"SPV_EXT_fragment_invocation_density",
|
||||
"SPV_EXT_physical_storage_buffer",
|
||||
"SPV_KHR_terminate_invocation",
|
||||
|
Loading…
Reference in New Issue
Block a user