dzn: Add missing VKAPI_{ATTR,CALL} specifiers to BeginCommandBuffer()

Fixes: a012b21964 ("microsoft: Initial vulkan-on-12 driver")
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16109>
This commit is contained in:
Boris Brezillon 2022-04-22 10:55:55 -07:00 committed by Marge Bot
parent 3c3e451b03
commit cb9ad71d75
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ dzn_ResetCommandBuffer(VkCommandBuffer commandBuffer,
return dzn_cmd_buffer_reset(cmdbuf);
}
VkResult
VKAPI_ATTR VkResult VKAPI_CALL
dzn_BeginCommandBuffer(VkCommandBuffer commandBuffer,
const VkCommandBufferBeginInfo *info)
{