ported some glsl effects to gles

This commit is contained in:
itsmattkc
2019-03-27 01:05:05 +11:00
parent fe9eb8754f
commit ad1013e60b
28 changed files with 112 additions and 188 deletions
+2
View File
@@ -356,6 +356,8 @@ bool LoadThread::load_worker(QFile& f, QXmlStreamReader& stream, int type) {
f->proxy_path = attr.value().toString();
} else if (attr.name() == "startnumber") {
f->start_number = attr.value().toInt();
} else if (attr.name() == "colorspace") {
f->SetColorspace(attr.value().toString());
}
}