From: Joshua Simmons Date: Sat, 18 Oct 2025 21:37:04 +0000 (+0200) Subject: shark: Move barrier till after UI work X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=d506bdaf8e0a659c965341809dd2669e98023c95;p=josh%2Fnarcissus shark: Move barrier till after UI work --- diff --git a/title/shark/src/draw.rs b/title/shark/src/draw.rs index bc77c01..c10c67d 100644 --- a/title/shark/src/draw.rs +++ b/title/shark/src/draw.rs @@ -711,8 +711,6 @@ impl<'gpu> DrawState<'gpu> { gpu.cmd_end_debug_marker(cmd_encoder); - gpu.cmd_compute_touch_swapchain(cmd_encoder, swapchain_image); - let compute_bind_group = gpu.request_transient_bind_group( frame, thread_token, @@ -1059,6 +1057,8 @@ impl<'gpu> DrawState<'gpu> { gpu.cmd_end_debug_marker(cmd_encoder); } + gpu.cmd_compute_touch_swapchain(cmd_encoder, swapchain_image); + // Display transform and composite { gpu.cmd_begin_debug_marker(