错误处理机制纠正

This commit is contained in:
2026-08-16 03:34:17 +08:00
parent 893be8d2c6
commit b48a70515f
91 changed files with 1983 additions and 1516 deletions
@@ -274,7 +274,9 @@ TEST(dynamic_renderable_lifecycle_test, captures_before_and_after_runtime_attach
auto first = renderive_Owner<Counting_Renderable>::make();
auto second = renderive_Owner<Counting_Renderable>::make();
attach_initial(scene, first);
const Capture_Session_Id session_id = scene.capture_frames(2);
const auto request = scene.capture_frames(2);
ASSERT_TRUE(request);
const Capture_Session_Id session_id = request.session_id;
scene.render();
scene.wait_for_render();
wait_renderable_edit(scene, [second](auto& editor) {