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>
(cherry picked from commit cb9ad71d75)
This commit is contained in:
Boris Brezillon 2022-04-22 10:55:55 -07:00 committed by Dylan Baker
parent a1c167da48
commit 001a5c73cc
2 changed files with 2 additions and 2 deletions

View file

@ -463,7 +463,7 @@
"description": "dzn: Add missing VKAPI_{ATTR,CALL} specifiers to BeginCommandBuffer()",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "a012b219640e875aa552b37dfdaf69336d5863c7"
},

View file

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