mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
anv: enable accelerationStructureCaptureReplay
This should work just like any other buffer capture/replay. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38255>
This commit is contained in:
parent
bb532a7a39
commit
9c5b0c28ee
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ get_features(const struct anv_physical_device *pdevice,
|
|||
|
||||
/* VK_KHR_acceleration_structure */
|
||||
.accelerationStructure = rt_enabled,
|
||||
.accelerationStructureCaptureReplay = false, /* TODO */
|
||||
.accelerationStructureCaptureReplay = true,
|
||||
.accelerationStructureIndirectBuild = false, /* TODO */
|
||||
.accelerationStructureHostCommands = false,
|
||||
.descriptorBindingAccelerationStructureUpdateAfterBind = rt_enabled,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue