vulkan: Fix entrypoint generation when compiling for x86 with MSVC
When compiling for x86 with MSVC, Vulkan API entry points follow the __stdcall convention (VKAPI_CALL maps to __stdcall), which uses the following name mangling: _<function_name>@<arguments_size> Fix the vk_entrypoint_stub()/alternatename definitions accordingly. Fixes: 6d44b21d ("vulkan: Fix weak symbol emulation when compiling with MSVC") Signed-off-by:Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by:
Jesse Natalie <jenatali@microsoft.com> Part-of: <!13516> (cherry picked from commit 1813bb59)
Loading
Please register or sign in to comment