mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 03:10:09 +01:00
anv: enable rayTraversalPrimitiveCulling feature
It is mandatory if VK_KHR_ray_query is supported. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19152>
This commit is contained in:
parent
d9747169b6
commit
91085bf337
1 changed files with 1 additions and 1 deletions
|
|
@ -1582,7 +1582,7 @@ void anv_GetPhysicalDeviceFeatures2(
|
|||
features->rayTracingPipelineShaderGroupHandleCaptureReplay = false;
|
||||
features->rayTracingPipelineShaderGroupHandleCaptureReplayMixed = false;
|
||||
features->rayTracingPipelineTraceRaysIndirect = true;
|
||||
features->rayTraversalPrimitiveCulling = false;
|
||||
features->rayTraversalPrimitiveCulling = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue