mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
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 commitcb9ad71d75)
This commit is contained in:
parent
a1c167da48
commit
001a5c73cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue