Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit b5126f9

Browse files
authored
renderer_vulkan: Use proper image view on LCD fills (#91)
1 parent a8e601a commit b5126f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/video_core/renderer_vulkan/renderer_vulkan.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ void RendererVulkan::PrepareRendertarget() {
105105

106106
const auto color_fill = fb_id == 0 ? regs_lcd.color_fill_top : regs_lcd.color_fill_bottom;
107107
if (color_fill.is_enabled) {
108+
screen_infos[i].image_view = texture.image_view;
108109
FillScreen(color_fill.AsVector(), texture);
109110
continue;
110111
}

0 commit comments

Comments
 (0)