尝试修复粉紫屏未果

This commit is contained in:
2026-01-16 21:11:24 +08:00
parent 3f774dfa53
commit e851653fa3
30 changed files with 1377 additions and 238 deletions
+3 -2
View File
@@ -74,9 +74,10 @@ public:
{
this->params_=params;
}
void setNode(std::shared_ptr<PluginNode> node)
void setNode(std::shared_ptr<PluginNode> node);
std::shared_ptr<PluginNode> node() const
{
node_ = node;
return node_;
}
void setOpenGLEnabled(bool enabled)
{