[TEST] Remove unnecessary submit

(cherry picked from commit 7ed7e5e31d)
This commit is contained in:
CamilleLaVey
2026-07-17 03:56:02 -04:00
parent f3bd7aa402
commit 0b1c69bc39
-3
View File
@@ -91,9 +91,6 @@ public:
func();
}
fences.push(std::move(new_fence));
if (should_flush) {
rasterizer.FlushCommands();
}
if constexpr (can_async_check) {
guard.unlock();
cv.notify_all();