radv/rmv: fix missing image bind logging for WSI images
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28659>
This commit is contained in:
committed by
Marge Bot
parent
f783ca5926
commit
8626844a00
@@ -1681,6 +1681,8 @@ radv_BindImageMemory2(VkDevice _device, uint32_t bindInfoCount, const VkBindImag
|
||||
|
||||
image->bindings[0].bo = swapchain_img->bindings[0].bo;
|
||||
image->bindings[0].offset = swapchain_img->bindings[0].offset;
|
||||
|
||||
radv_rmv_log_image_bind(device, pBindInfos[i].image);
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user