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:
committed by
Marge Bot
parent
bb532a7a39
commit
9c5b0c28ee
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user