mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user