修改成异步的接口
This commit is contained in:
@@ -279,7 +279,7 @@ void Waterfall_Control::paint_render_frame(Painter& painter,
|
||||
}
|
||||
|
||||
void Waterfall_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;
|
||||
|
||||
Reference in New Issue
Block a user