update parallel rdp

This commit is contained in:
Logan McNaughton
2022-08-18 19:38:30 -06:00
parent 370e3edfd4
commit 94abbaa612
3 changed files with 0 additions and 13 deletions
-3
View File
@@ -29,7 +29,6 @@ bool vk_native_tex_rect;
bool vk_synchronous, vk_divot_filter, vk_gamma_dither;
bool vk_vi_aa, vk_vi_scale, vk_dither_filter;
bool vk_interlacing;
bool skip_swap_clear;
static uint64_t rdp_sync_signal;
@@ -192,8 +191,6 @@ static void render_frame(Vulkan::Device &device)
opts.crop_rect.enable = true;
}
Vulkan::ImageHandle image = processor->scanout(opts);
if (image.get() == NULL && skip_swap_clear)
return;
// Normally reflection is automated.
Vulkan::ResourceLayout vertex_layout = {};