From adbd63e24dff3c9e56b0b63b9ef7a95d62cc3d12 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Mon, 7 Jun 2021 19:31:25 +0200 Subject: [PATCH] lavapipe: Add a missing VKAPI_ATTR. Signed-off-by: Georg Lehmann's avatarGeorg Lehmann Reviewed-by: Mike Blumenkrantz Reviewed-by: Dave Airlie Part-of: --- src/gallium/frontends/lavapipe/lvp_wsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/lavapipe/lvp_wsi.c b/src/gallium/frontends/lavapipe/lvp_wsi.c index e3434881427..96cb28bd0be 100644 --- a/src/gallium/frontends/lavapipe/lvp_wsi.c +++ b/src/gallium/frontends/lavapipe/lvp_wsi.c @@ -23,7 +23,7 @@ #include "lvp_wsi.h" -static PFN_vkVoidFunction VKAPI_CALL +static VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL lvp_wsi_proc_addr(VkPhysicalDevice physicalDevice, const char *pName) { LVP_FROM_HANDLE(lvp_physical_device, pdevice, physicalDevice);