This commit is contained in:
2026-08-12 09:45:18 +08:00
parent 9331b4cbf6
commit 0910b73ea4
22 changed files with 439 additions and 98 deletions
+5
View File
@@ -88,6 +88,11 @@ void Renderable::changed() noexcept {
plot_.notify_model_dirty();
}
void Renderable::task_graph_changed() noexcept {
rebuild_task_graph();
plot_.notify_model_dirty();
}
Size Renderable::viewport_size() const noexcept {
return plot_.viewport_size();
}