update chroma key GetShaderCode sig

This commit is contained in:
itsmattkc
2022-05-07 13:55:05 -07:00
parent fdc2d76406
commit b4bf57ad50
4 changed files with 12 additions and 6 deletions
+6
View File
@@ -672,6 +672,12 @@ public:
id = shader_id;
}
ShaderRequest(const QString &shader_id, const QString &shader_stub)
{
id = shader_id;
stub = shader_stub;
}
QString id;
QString stub;
};