Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 4cc7fc4

Browse files
authored
Merge pull request #179 from yhe39/rt
Fix the Antutu11 GPU cases not supported issue.
2 parents 713ce7d + bc90a1a commit 4cc7fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/intel/vulkan/anv_physical_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ get_features(const struct anv_physical_device *pdevice,
576576
.accelerationStructureCaptureReplay = false, /* TODO */
577577
.accelerationStructureIndirectBuild = false, /* TODO */
578578
.accelerationStructureHostCommands = false,
579-
.descriptorBindingAccelerationStructureUpdateAfterBind = rt_enabled,
579+
.descriptorBindingAccelerationStructureUpdateAfterBind = false,
580580

581581
/* VK_EXT_border_color_swizzle */
582582
.borderColorSwizzle = true,

0 commit comments

Comments
 (0)