修改成异步的接口

This commit is contained in:
2026-08-13 08:45:18 +08:00
parent 6d2cf825ae
commit b964dcdcd9
23 changed files with 553 additions and 227 deletions
+1 -1
View File
@@ -533,7 +533,7 @@ void Spectrum_Control::paint_overlay(Painter& painter,
}
void Spectrum_Control::render_frame_completed(
std::uint64_t target_interval_ns) noexcept {
std::uint64_t target_interval_ns) {
const auto& output = impl_->prepare_buffer;
if (!output.valid || !is_visible())
return;