wsi: Fix wrong function name for lvp wsi metal surface
Fixes:a42c2293ab
Reviewed-by: Aleksi Sapon <aleksi.sapon@autodesk.com> (cherry picked from commitc0ef005bf4
) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33113>
This commit is contained in:
@@ -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
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user