Hi all,
This is a resubmit of the series based on feedback from Jozef. While looking over his feedback found a few other tiny things like another 'void*' and 'pName' in some print, which I fixed as well.
Thanks, Roderick
Roderick Colenbrander (5): winevulkan: Implement physical device core functions. winevulkan: Load device functions from vkGetInstanceProcAddr. winevulkan: Implement vkCreateDevice. winevulkan: Implement vkGetDeviceProcAddr. winevulkan: Implement vkDestroyDevice.
dlls/winevulkan/make_vulkan | 807 ++++++++++++++++++++++++++++++- dlls/winevulkan/vulkan.c | 106 ++++- dlls/winevulkan/vulkan_private.h | 8 + dlls/winevulkan/vulkan_thunks.c | 998 ++++++++++++++++++++++++++++++++++++++- dlls/winevulkan/vulkan_thunks.h | 415 ++++++++++++++++ dlls/winex11.drv/vulkan.c | 9 + include/wine/vulkan_driver.h | 3 +- 7 files changed, 2322 insertions(+), 24 deletions(-)