Fix sType used with VkExternalImageFormatPropertiesKHR
authorPiers Daniell <pdaniell@nvidia.com>
Thu, 28 Sep 2017 18:55:23 +0000 (12:55 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 29 Sep 2017 07:19:32 +0000 (03:19 -0400)
commit09c5420239eefe0c3555a4fb15ab3c879d707081
treef4e62b779c45b2606f369269ab3fc4c0fc2bceb1
parent6716d84a606419819c169e45dd232114f2684c72
Fix sType used with VkExternalImageFormatPropertiesKHR

The sType used in the VkExternalImageFormatPropertiesKHR struct
was VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR
which is wrong and should have been
VK_STRUCTURE_TYPE_EXTERNAL_IMAGE_FORMAT_PROPERTIES_KHR.

Using the wrong sType means implementations ignored the unexpected
sType in the chain.

Affects:

dEQP-VK.synchronization.win32_keyed_mutex.*

Change-Id: I3f16b6fcd66740685f742be8e1318c32fcf87d7e
Components: Vulkan
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationWin32KeyedMutexTests.cpp