]> O.S.I.I.S - jp/vkvg.git/commitdiff
debug VK_KHR_portability_subset
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 8 Dec 2021 04:45:04 +0000 (05:45 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 8 Dec 2021 04:45:04 +0000 (05:45 +0100)
tests/common/vkengine.c

index 39e5d9c6b9ab1151a251bf70b4fed50d90ba59e9..cd27dfc15fc8448be07068d91833036ba9a48410 100644 (file)
@@ -191,7 +191,7 @@ vk_engine_t* vkengine_create (VkPhysicalDeviceType preferedGPU, VkPresentModeKHR
                enabledExts[enabledExtsCount++] = "VK_EXT_blend_operation_advanced";
 
        if (vkh_phyinfo_try_get_extension_properties(pi, "VK_KHR_portability_subset", NULL))
-               enabledExts[enabledExtsCount++] = "VK_KHR_get_physical_device_properties2";
+               enabledExts[enabledExtsCount++] = "VK_KHR_portability_subset";
 
        VkPhysicalDeviceFeatures enabledFeatures = {
                .fillModeNonSolid = true,