mirror of
https://github.com/simple64/simple64.git
synced 2026-09-25 21:55:34 +02:00
update parallel rdp
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user