Re: [PATCH 09/10] winex11: Add stubs for core Vulkan instance functions.
On Tue, Oct 31, 2017 at 6:24 PM, Roderick Colenbrander <thunderbird2k(a)gmail.com> wrote:
Signed-off-by: Roderick Colenbrander <thunderbird2k(a)gmail.com> --- dlls/winex11.drv/vulkan.c | 24 +++++++++- dlls/winex11.drv/vulkan_private.h | 2 + dlls/winex11.drv/vulkan_thunks.c | 98 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 122 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/vulkan.c b/dlls/winex11.drv/vulkan.c index f1c41908d8..70adbe5a92 100644 --- a/dlls/winex11.drv/vulkan.c +++ b/dlls/winex11.drv/vulkan.c @@ -98,6 +98,20 @@ static void *wine_vk_get_global_proc_addr(const char* name) return NULL; }
+static void *wine_vk_get_instance_proc_addr(const char* name)
It would be nice to have asterisks placed consistently after a space. A consistent style would also be nice in vulkan_thunks.c, if possible.
participants (1)
-
Józef Kucia