node: change class sent to GetShaderCode

This commit is contained in:
itsmattkc
2022-05-07 13:36:44 -07:00
parent b51cae0475
commit 601d08ce64
38 changed files with 67 additions and 58 deletions
+1 -3
View File
@@ -1520,10 +1520,8 @@ QVector<Node *> Node::GetImmediateDependencies() const
return GetDependenciesInternal(false, false);
}
ShaderCode Node::GetShaderCode(const QString &shader_id) const
ShaderCode Node::GetShaderCode(const ShaderRequest &request) const
{
Q_UNUSED(shader_id)
return ShaderCode(QString(), QString());
}