Remove repeated struct in writeDeviceFeatures2
authorJohn Anthony <john.anthony@arm.com>
Thu, 6 Jan 2022 23:30:56 +0000 (00:30 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Sat, 15 Jan 2022 05:53:37 +0000 (05:53 +0000)
commit36d39bfb95f0605d844bbd033dc52ff300111590
tree91c314a3969e1899eb89ae89257c736b4718899e
parent372160ee71166ae694021ed2b9b310e0de3d340f
Remove repeated struct in writeDeviceFeatures2

Remove VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR from list of
feature structs in writeDeviceFeatures2, as it is an alias for
VkPhysicalDeviceShaderIntegerDotProductFeatures which is also in the
list.

Affects:
dEQP-VK.api.info.get_physical_device_properties2.features

Components: Vulkan
VK-GL-CTS issue: 3437

Change-Id: Ibb0b6b655887c1452f55c730245941afb7dc108b
external/vulkancts/framework/vulkan/vkDeviceFeatures2.inl
external/vulkancts/scripts/gen_framework.py