File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
Gems/Atom/RHI/Vulkan/Code/Source/RHI Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,6 @@ namespace AZ
273
273
vulkan12Features.descriptorBindingUpdateUnusedWhilePending = physicalDevice.GetPhysicalDeviceVulkan12Features ().descriptorBindingUpdateUnusedWhilePending ;
274
274
vulkan12Features.shaderOutputViewportIndex = physicalDevice.GetPhysicalDeviceVulkan12Features ().shaderOutputViewportIndex ;
275
275
vulkan12Features.shaderOutputLayer = physicalDevice.GetPhysicalDeviceVulkan12Features ().shaderOutputLayer ;
276
- shaderImageAtomicInt64.pNext = &vulkan12Features;
277
276
278
277
accelerationStructureFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR;
279
278
accelerationStructureFeatures.accelerationStructure = physicalDevice.GetPhysicalDeviceAccelerationStructureFeatures ().accelerationStructure ;
You can’t perform that action at this time.
0 commit comments