Skip to content
Snippets Groups Projects
Commit 324b2ae5 authored by Konstantin Seurer's avatar Konstantin Seurer Committed by Marge Bot
Browse files

radv: Enable rt primitive culling for spirv2nir


Fixes: c8fe408f ("radv: Advertise ray primitive culling")
Signed-off-by: default avatarKonstantin Seurer <konstantin.seurer@gmail.com>
Reviewed-by: default avatarSamuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <mesa/mesa!16028>
parent b3896fa8
No related branches found
No related tags found
No related merge requests found
......@@ -629,6 +629,7 @@ radv_shader_compile_to_nir(struct radv_device *device, const struct radv_pipelin
.post_depth_coverage = true,
.ray_query = true,
.ray_tracing = true,
.ray_traversal_primitive_culling = true,
.runtime_descriptor_array = true,
.shader_clock = true,
.shader_viewport_index_layer = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment