Build fix (uint32_t used instead of deUint32)
authorBoris Zanin <boris.zanin@mobica.com>
Mon, 10 Apr 2017 08:32:24 +0000 (10:32 +0200)
committerBoris Zanin <boris.zanin@mobica.com>
Mon, 10 Apr 2017 08:33:57 +0000 (10:33 +0200)
It looks like uint32_t is not used within the CTS.
Replacing it with deUint32 allows build to pass.

Components: Vulkan

VK-GL-CTS issues: 107, 108, 109
Components: Vulkan

Change-Id: I25355801c273cf34c6db7ee24f876cfc3b6932d0

external/vulkancts/modules/vulkan/api/vktApiExternalMemoryTests.cpp

index 5c07f14..382fecc 100644 (file)
@@ -100,7 +100,7 @@ std::vector<deUint8> genTestData (deUint32 seed, size_t size)
        return data;
 }
 
-uint32_t chooseQueueFamilyIndex (const vk::InstanceInterface&  vki,
+deUint32 chooseQueueFamilyIndex (const vk::InstanceInterface&  vki,
                                                                 vk::VkPhysicalDevice                   device,
                                                                 vk::VkQueueFlags                               requireFlags)
 {