mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
panvk: Call vk_image_finish() in GetDeviceImageMemoryRequirements()
It doesn't do much, but let's call it, just in case this changes at some point. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34648>
This commit is contained in:
parent
1e3acb062a
commit
7abe32a130
1 changed files with 1 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ panvk_GetDeviceImageMemoryRequirements(VkDevice device,
|
|||
.image = panvk_image_to_handle(&image),
|
||||
};
|
||||
panvk_GetImageMemoryRequirements2(device, &info2, pMemoryRequirements);
|
||||
vk_image_finish(&image.vk);
|
||||
}
|
||||
|
||||
VKAPI_ATTR void VKAPI_CALL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue