vulkan: fix CreateRenderPass prototype

Fixes compilation on win32

Fixes: 2523c477 " turnip: Move the CreateRenderPass wrapper..."
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9530>
This commit is contained in:
Michel Zou 2021-03-12 07:24:23 +01:00 committed by Marge Bot
parent bf0c5988b2
commit 862671369d

View file

@ -56,7 +56,7 @@ translate_references(VkAttachmentReference2 **reference_ptr,
}
}
VkResult
VKAPI_ATTR VkResult VKAPI_CALL
vk_common_CreateRenderPass(VkDevice _device,
const VkRenderPassCreateInfo *pCreateInfo,
const VkAllocationCallbacks *pAllocator,