Rémi Bernon (@rbernon) commented about dlls/winewayland.drv/vulkan.c:
static const struct vulkan_funcs vulkan_funcs = {
- .p_vkCreateInstance = wayland_vkCreateInstance
- .p_vkCreateInstance = wayland_vkCreateInstance,
- .p_vkDestroyInstance = wayland_vkDestroyInstance
Just a nit but I think we should take the habit of always adding a trailing comma. This avoid unnecessary changes to the previous line.