mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 09:45:23 +01:00
renderer_vulkan: Use proper image view on LCD fills (#91)
This commit is contained in:
parent
a166784716
commit
6e353d22ce
@ -105,6 +105,7 @@ void RendererVulkan::PrepareRendertarget() {
|
|||||||
|
|
||||||
const auto color_fill = fb_id == 0 ? regs_lcd.color_fill_top : regs_lcd.color_fill_bottom;
|
const auto color_fill = fb_id == 0 ? regs_lcd.color_fill_top : regs_lcd.color_fill_bottom;
|
||||||
if (color_fill.is_enabled) {
|
if (color_fill.is_enabled) {
|
||||||
|
screen_infos[i].image_view = texture.image_view;
|
||||||
FillScreen(color_fill.AsVector(), texture);
|
FillScreen(color_fill.AsVector(), texture);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user