Merge vk-gl-cts/vulkan-cts-1.2.7 into vk-gl-cts/vulkan-cts-1.2.8
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / framework / vulkan / vkSupportedExtensions.inl
index 217430d..4339f77 100644 (file)
@@ -3,7 +3,7 @@
  * This file was generated by /scripts/gen_framework.py
  */
 
-void getCoreDeviceExtensionsImpl (deUint32 coreVersion, ::std::vector<const char*>& dst)
+void getCoreDeviceExtensionsImpl (uint32_t coreVersion, ::std::vector<const char*>& dst)
 {
        if (coreVersion >= VK_API_VERSION_1_2)
        {
@@ -54,7 +54,7 @@ void getCoreDeviceExtensionsImpl (deUint32 coreVersion, ::std::vector<const char
        }
 }
 
-void getCoreInstanceExtensionsImpl (deUint32 coreVersion, ::std::vector<const char*>& dst)
+void getCoreInstanceExtensionsImpl (uint32_t coreVersion, ::std::vector<const char*>& dst)
 {
        if (coreVersion >= VK_API_VERSION_1_1)
        {