tests: Mark a todo as resolved on MoltenVK 1.2.12.

Technically it is not, the Vulkan commands we're generating are
still not correct. But let's get rid of the failure message.
This commit is contained in:
Giovanni Mascellani
2025-03-28 14:30:54 +01:00
committed by Henri Verbeet
parent 653e4f47ac
commit 7b4a29da81
Notes: Henri Verbeet 2025-04-03 20:33:55 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1440
3 changed files with 23 additions and 2 deletions

View File

@@ -421,7 +421,7 @@ static inline void vulkan_test_context_destroy(const struct vulkan_test_context
VK_CALL(vkDestroyInstance(context->instance, NULL));
}
/* This doesn't work for NVIDIA, because they use a different bit pattern. */
/* This doesn't work for NVIDIA or MoltenVK, because they use a different bit pattern. */
static inline bool is_vulkan_driver_version_ge(const VkPhysicalDeviceProperties *device_properties,
const VkPhysicalDeviceDriverPropertiesKHR *driver_properties,
uint32_t major, uint32_t minor, uint32_t patch)