闪烁问题解决

This commit is contained in:
2026-08-02 20:25:59 +08:00
parent 36d63efc7b
commit 7316f391d0
12 changed files with 381 additions and 34 deletions
+1
View File
@@ -29,6 +29,7 @@ struct Renderable_Frame_Node {
Renderable_Id cache_parent_node_id{};
std::string cache_parent_object_name;
int cache_tree_depth{};
bool frame_view_required{};
Renderable_Frame_View frame_view;
};