GPU/HW: Clear host display texture on interlace switch
This commit is contained in:
@ -1298,6 +1298,8 @@ void GPU_HW_Vulkan::ClearDisplay()
|
||||
GPU_HW::ClearDisplay();
|
||||
EndRenderPass();
|
||||
|
||||
m_host_display->ClearDisplayTexture();
|
||||
|
||||
VkCommandBuffer cmdbuf = g_vulkan_context->GetCurrentCommandBuffer();
|
||||
m_display_texture.TransitionToLayout(cmdbuf, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user