wsi: Fix wrong function name for lvp wsi metal surface

Fixes: a42c2293ab
Reviewed-by: Aleksi Sapon <aleksi.sapon@autodesk.com>
(cherry picked from commit c0ef005bf4)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33113>
This commit is contained in:
Lukas Lipp
2025-01-04 07:32:03 +00:00
committed by Dylan Baker
parent b1d574c8f3
commit 7f3b2c48cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1264,7 +1264,7 @@
"description": "wsi: Fix wrong function name for lvp wsi metal surface", "description": "wsi: Fix wrong function name for lvp wsi metal surface",
"nominated": true, "nominated": true,
"nomination_type": 2, "nomination_type": 2,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "a42c2293abc2f14c86b407a140c0a9f158bb4be8", "because_sha": "a42c2293abc2f14c86b407a140c0a9f158bb4be8",
"notes": null "notes": null

View File

@@ -503,7 +503,7 @@ wsi_metal_finish_wsi(struct wsi_device *wsi_device,
} }
VKAPI_ATTR VkResult VKAPI_CALL VKAPI_ATTR VkResult VKAPI_CALL
vkCreateMetalSurfaceEXT( wsi_CreateMetalSurfaceEXT(
VkInstance _instance, VkInstance _instance,
const VkMetalSurfaceCreateInfoEXT* pCreateInfo, const VkMetalSurfaceCreateInfoEXT* pCreateInfo,
const VkAllocationCallbacks* pAllocator, const VkAllocationCallbacks* pAllocator,