-
899158d5
by Rémi Bernon at 2024-11-27T16:14:27+01:00
winevulkan: Add missing wine_vkGetPhysicalDeviceSurfaceFormatsKHR manual wrapper.
Harmless as it was only used to implement 2.
-
7190cb4a
by Rémi Bernon at 2024-11-27T16:14:35+01:00
win32u: Use PFN_* typedefs for vulkan function pointers.
-
8b32ec2e
by Rémi Bernon at 2024-11-27T16:14:35+01:00
winevulkan: Get rid of the instance/device funcs structs.
-
484c6111
by Rémi Bernon at 2024-11-27T16:14:39+01:00
winevulkan: Generate ALL_VK_(DEVICE|INSTANCE)_FUNCS in wine/vulkan.h.
-
32f21f75
by Rémi Bernon at 2024-11-27T16:14:42+01:00
winevulkan: Move vulkan_client_object header to wine/vulkan_driver.h.
-
4d43673a
by Rémi Bernon at 2024-11-27T16:14:43+01:00
winevulkan: Name wine_instance parameters and variables more consistently.
-
c586b770
by Rémi Bernon at 2024-11-27T16:14:43+01:00
winevulkan: Hoist physical device array and client instance handle.
-
1526b871
by Rémi Bernon at 2024-11-27T16:14:43+01:00
winevulkan: Introduce a new vulkan_instance base structure.
-
2f07398e
by Rémi Bernon at 2024-11-27T16:14:46+01:00
winevulkan: Introduce a new vulkan_physical_device base structure.